Classes | |
class | MoLegend |
Rendering node that displays a legend. More... | |
class | MoMeshAnnotatedIsoline |
Rendering node that displays annotated isolines. More... | |
class | MoMeshBaseRepresentation |
Abstract base class for all MeshViz XLM representation nodes. More... | |
class | MoMeshCellShape |
Rendering node that displays a set of cells of a mesh More... | |
class | MoMeshClipLine |
Rendering node that displays a clip line of a surface mesh. More... | |
class | MoMeshClipPoint |
Rendering node that displays clip points of a line mesh. More... | |
class | MoMeshCylinderSlice |
Rendering node that displays a cylinder slice of a volume mesh. More... | |
class | MoMeshElevatedPlaneSlice |
Rendering node that displays an elevated plane slice of a volume mesh. More... | |
class | MoMeshFenceSlice |
Rendering node that displays a fence slice within a volume mesh. More... | |
class | MoMeshGridPlaneSlice |
Rendering node that displays a grid plane slice of a volume mesh. More... | |
class | MoMeshInterpolatedLogicalSlice |
Rendering node that displays an interpolated logical slice of a volume mesh. More... | |
class | MoMeshIsoline |
Rendering node that displays isolines on a surface mesh. More... | |
class | MoMeshIsosurface |
Rendering node that displays an isosurface of a volume mesh. More... | |
class | MoMeshLine |
Rendering node that displays a line mesh. More... | |
class | MoMeshLineRepresentation |
Abstract base class for all MeshViz XLM line representation nodes containing an extractor. More... | |
class | MoMeshLogicalSlice |
Rendering node that displays a logical slice of a structured volume mesh. More... | |
class | MoMeshOutline |
Rendering node that displays the outline of a mesh. More... | |
class | MoMeshPlaneSlice |
Rendering node that displays a plane slice of a volume mesh. More... | |
class | MoMeshRepresentation |
Abstract base class for all MeshViz XLM representation nodes containing an extractor. More... | |
class | MoMeshSkin |
Rendering node that displays the skin of a volume mesh. More... | |
class | MoMeshSlab |
Rendering node that displays a slab of a structured volume mesh. More... | |
class | MoMeshSphereSlice |
Rendering node that displays a sphere slice of a volume mesh. More... | |
class | MoMeshStreamline |
Rendering node that displays streamlines of a vector field on a volume mesh. More... | |
class | MoMeshSurface |
Rendering node that displays a surface mesh. More... | |
class | MoMeshSurfaceRepresentation |
Abstract base class for all MeshViz XLM surface representation nodes containing an extractor. More... | |
class | MoMeshVector |
Rendering node that displays a vector data set. More... | |
Functions | |
class MESHIVIZDM_API | SoDEPRECATED_CLASS (9600,"Use MoMeshLine instead.") MoLineMesh |
class MESHIVIZDM_API | SoDEPRECATED_CLASS (9600,"Use MoMeshSurface instead.") MoSurfaceMesh |
class MESHIVIZDM_API SoDEPRECATED_CLASS | ( | 9600 | , | |
"Use MoMeshSurface instead." | ||||
) |
Rendering node that displays a surface mesh.
Class to display a graphical representation of a surface mesh. The surface is given by one of the setSurfaceMesh methods depending on the type of input mesh.
Returns the type identifier for this class.
Returns the type identifier for this specific instance.
Constructor.
Set the surface mesh and the scalar set used for coloring the surface. One method exists for each type of mesh.
Set a single geometric normal for the whole surface. When the surface is planar, setting this overall normal optimizes the computation of render caches. A geometric normal is used for rendering when lighting is on. Ignored when set to (0,0,0) (default value)
Set geometric normals for the surface. When the surface is planar, setting this overall normal optimizes the computation of render caches. Geometric normals are used for rendering when lighting is on. When binded to nodes, the surface looks smooth. When binded to cells, the surface looks facetted. Ignored when set to NULL (default value)
Clears the cached value as if setSurfaceMesh was given a null pointer.
class MESHIVIZDM_API SoDEPRECATED_CLASS | ( | 9600 | , | |
"Use MoMeshLine instead." | ||||
) |
Rendering node that displays a line mesh.
Class to display a graphical representation of a line mesh. The line is given by one of the setLineMesh methods depending on the type of input mesh.
If this shape is picked, SoPickedPoint will return a subclass of MoLineDetail.
Returns the type identifier for this class.
Returns the type identifier for this specific instance.
Constructor.
Set the line mesh and the scalar set used for coloring the line. One method exists for each type of mesh.
Clears the cached value as if setLineMesh was given a null pointer.