This class is intended to make the connection between the MeshReader and its output, the MeshSpatialObject. More...
#include <igstkMeshReader.h>
Static Public Member Functions | |
template<class TReader , class TMeshSpatialObject > | |
static void | ConnectMesh (TReader *reader, TMeshSpatialObject *meshSpatialObject) |
This class is intended to make the connection between the MeshReader and its output, the MeshSpatialObject.
With this class it is possible to enforce encapsulation of the Reader and the MeshSpatialObject, and make their GetMesh() and SetMesh() methods private, so that developers cannot gain access to the ITK or VTK layers of these two classes.
Definition at line 38 of file igstkMeshReader.h.
static void igstk::Friends::MeshReaderToMeshSpatialObject::ConnectMesh | ( | TReader * | reader, | |
TMeshSpatialObject * | meshSpatialObject | |||
) | [inline, static] |
Definition at line 44 of file igstkMeshReader.h.