MiClipPointExtract Class Reference
[Clip]

MeshViz Clip point extractor for all line meshes More...

#include <MeshVizXLM/extractors/MiClipPointExtract.h>

Inheritance diagram for MiClipPointExtract:
MiBaseExtractor

List of all members.

Public Member Functions

virtual const
MeXPointMeshCurvilinear
extractPoints (const MbVec3< double > &normal, double distance, const MiCellFilterI *cellFilter=NULL)=0
virtual const MeXScalardSetIextractScalarSet (const MiScalardSetI &inputSet)=0
virtual const MeXVec3dSetIextractVec3Set (const MiVec3dSetI &inputSet)=0
virtual const
MeXPointMeshCurvilinear
getExtract () const =0



static MiClipPointExtractgetNewInstance (const MiLineMeshRegular &mesh, bool parallel=true, MiTessellator *tessellator=NULL)
static MiClipPointExtractgetNewInstance (const MiLineMeshCurvilinear &mesh, bool parallel=true, MiTessellator *tessellator=NULL)
static MiClipPointExtractgetNewInstance (const MiLineMeshUnstructured &mesh, bool parallel=true, MiTessellator *tessellator=NULL)

Detailed Description

MeshViz Clip point extractor for all line meshes

A clip point is the intersection of a given plane with a line mesh. The extracted points are returned as a curvilinear point mesh.

See also:
MeXPointMeshCurvilinear

Member Function Documentation

virtual const MeXPointMeshCurvilinear& MiClipPointExtract::extractPoints ( const MbVec3< double > &  normal,
double  distance,
const MiCellFilterI cellFilter = NULL 
) [pure virtual]

Builds the point mesh intersecting the line mesh and the given plane.

Parameters:
normal Vector normal to the plane
distance Position of the plane relatively to the origin along the normal
cellFilter The cell filter object.
Returns:
A point mesh representing the extracted clipped points
virtual const MeXScalardSetI& MiClipPointExtract::extractScalarSet ( const MiScalardSetI inputSet  )  [pure virtual]

Extracts a scalar set from the line mesh.

The scalars are mapped onto the current extracted clip points.

Parameters:
inputSet the input scalar set defined on the line mesh
Returns:
the output scalar set defined on the resulting mesh
virtual const MeXVec3dSetI& MiClipPointExtract::extractVec3Set ( const MiVec3dSetI inputSet  )  [pure virtual]

Extracts a vector set from the line mesh.

The vectors are mapped onto the current extracted clip points.

Parameters:
inputSet the input vec3 set defined on the line mesh
Returns:
the output scalar set defined on the resulting mesh
virtual const MeXPointMeshCurvilinear& MiClipPointExtract::getExtract (  )  const [pure virtual]

Returns the result of the extraction as a point mesh.

static MiClipPointExtract* MiClipPointExtract::getNewInstance ( const MiLineMeshUnstructured mesh,
bool  parallel = true,
MiTessellator tessellator = NULL 
) [static]

Factory method returning a new instance of a class implementing this interface.

Parameters:
mesh The input mesh
parallel When true, tries to create an extract module using a parallel algorithm to speed up the extraction.
tessellator The tessellator object used for tessellating non linear cells (quadratic,...).
Note:
Only some of the extraction algorithms have a parallel implementation.

static MiClipPointExtract* MiClipPointExtract::getNewInstance ( const MiLineMeshCurvilinear mesh,
bool  parallel = true,
MiTessellator tessellator = NULL 
) [static]

Factory method returning a new instance of a class implementing this interface.

Parameters:
mesh The input mesh
parallel When true, tries to create an extract module using a parallel algorithm to speed up the extraction.
tessellator The tessellator object used for tessellating non linear cells (quadratic,...).
Note:
Only some of the extraction algorithms have a parallel implementation.

static MiClipPointExtract* MiClipPointExtract::getNewInstance ( const MiLineMeshRegular mesh,
bool  parallel = true,
MiTessellator tessellator = NULL 
) [static]

Factory method returning a new instance of a class implementing this interface.

Parameters:
mesh The input mesh
parallel When true, tries to create an extract module using a parallel algorithm to speed up the extraction.
tessellator The tessellator object used for tessellating non linear cells (quadratic,...).
Note:
Only some of the extraction algorithms have a parallel implementation.


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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/