aimsdata  5.0.5
Neuroimaging data handling
aims::TriReader Class Reference

Tri format readers for mesh objects. More...

#include <aims/io/triR.h>

Public Member Functions

 TriReader (const std::string &name)
 
 ~TriReader ()
 
void read (AimsSurfaceTriangle &thing, int frame=-1)
 

Detailed Description

Tri format readers for mesh objects.

This reader can be used directly, or via the Reader / TriFormat interface. End users should always use Reader which hides the format-specific operations, TriReader is only a part of the mechanism

See also
MeshReader

Definition at line 55 of file triR.h.

Constructor & Destructor Documentation

◆ TriReader()

aims::TriReader::TriReader ( const std::string &  name)
inline

Definition at line 58 of file triR.h.

◆ ~TriReader()

aims::TriReader::~TriReader ( )
inline

Definition at line 59 of file triR.h.

Member Function Documentation

◆ read()

void aims::TriReader::read ( AimsSurfaceTriangle thing,
int  frame = -1 
)

Referenced by aims::operator>>().


The documentation for this class was generated from the following file: