46 std::vector< vtkActor * >
55 return std::vector< vtkActor * >();
std::vector< vtkActor * > AddContour(vtkPolyData *iDataset, vtkProperty *iProperty=NULL)
Add contour with given property into the visualization.
MeshContainer(QObject *iParent, QGoImageView3D *iView)
Constructor.
~MeshContainer()
Destructor.
class for the visualization of 3D Image represented by one vtkImageData*.
Wraps a boost::multi_index_container of ContourMeshStructure. This class intends to synchronize Conto...
std::vector< vtkActor * > AddTrace(vtkPolyData *iNode, vtkProperty *iProp)
Add a mesh in the visualization with its property. It returns a vector of size 4, of each element rep...
QGoImageView3D * m_ImageView
Link to the visualization.