IGSTK
Static Public Member Functions

igstk::Friends::MeshReaderToMeshSpatialObject Class Reference

This class is intended to make the connection between the MeshReader and its output, the MeshSpatialObject. More...

#include <igstkMeshReader.h>

List of all members.

Static Public Member Functions

template<class TReader , class TMeshSpatialObject >
static void ConnectMesh (TReader *reader, TMeshSpatialObject *meshSpatialObject)

Detailed Description

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 39 of file igstkMeshReader.h.


Member Function Documentation

template<class TReader , class TMeshSpatialObject >
static void igstk::Friends::MeshReaderToMeshSpatialObject::ConnectMesh ( TReader *  reader,
TMeshSpatialObject *  meshSpatialObject 
) [inline, static]

Definition at line 45 of file igstkMeshReader.h.


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