|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
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:261
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:173
MshComponent(const QString &file)
default constructor This method may throw an AbortException if a problem occurs.
Definition: MshComponent.cpp:53
virtual void setVisibility(QString, bool)
set the visibility inside the viewer of the given name (the viewer needs to be a registered viewer)
Definition: sdk/libraries/core/component/Component.cpp:224
void setName(const QString &) override
set the name to be displayed
Definition: sdk/libraries/core/component/Component.h:932
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:519
void readLegacyFormat(std::ifstream &fileStream)
Definition: MshComponent.cpp:74
void initRepresentation() override final
the concrete building of the 3D objects (Slice/Geometry): none in this case, everything is done by in...
Definition: MeshComponent.h:399
#define MSH_COMPONENT_API
Definition: MshComponentAPI.h:54
Definition: Action.cpp:35