 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
26 #ifndef MSH_COMPONENT_H
27 #define MSH_COMPONENT_H
54 void readLegacyFormat(std::ifstream& fileStream);
56 void readV2Format(std::ifstream& fileStream);
#define CAMITK_INFO(MSG)
Log for info verbosity (the second most verbose one) The msg will appear only if the user asked for I...
Definition: Log.h:258
This simple MSH Component allows you to manipulate .msh legacy and V2 files (gmsh).
Definition: MshComponent.h:42
void readV2Format(std::ifstream &fileStream)
Definition: MshComponent.cpp:171
virtual void setVisibility(Viewer *, bool)
set the visibility for a viewer
Definition: sdk/libraries/core/component/Component.cpp:276
MshComponent(const QString &file)
default constructor This method may throw an AbortException if a problem occurs.
Definition: MshComponent.cpp:51
void initRepresentation()
the concrete building of the 3D objects (Slice/Geometry): none in this case, everything is done by in...
Definition: MeshComponent.h:399
void setName(const QString &) override
set the name to be displayed
Definition: sdk/libraries/core/component/Component.h:874
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:53
virtual int addSelection(const QString &name, int fieldType, int contentType, vtkSmartPointer< vtkAbstractArray > array, MeshSelectionModel::InsertionPolicy policy=MeshSelectionModel::REPLACE)
Add a selection.
Definition: MeshComponent.cpp:513
void readLegacyFormat(std::ifstream &fileStream)
Definition: MshComponent.cpp:72
#define MSH_COMPONENT_API
Definition: MshComponentAPI.h:54
Definition: Action.cpp:36