25#ifndef _MO_LINEDETAIL_
26#define _MO_LINEDETAIL_
125 static void initClass();
126 static void exitClass();
132 size_t getExtractedCellIndex()
const {
return m_extractedCellIndex; }
135 size_t m_extractedCellIndex;
#define MESHVIZXLM_DMAP_API
#define SO_DETAIL_HEADER(className)
valueRef operator=(valueRef newValue)
Sets this field to newValue.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> List of extracted cells ...
Stores detail information about vertex-based shapes made of line segments.
std::vector< double > getValues(const SbVec3f &point) const
Computes and returns all values of the mapped scalarsets at the given point.
const MoLineMeshDetail * getMeshRepresentationDetail() const
Returns information about the mesh representation (outline, clipline, ...) containing the line,...
const MoMeshDetail * getMeshDetail() const
Returns information about the input mesh containing the cell that the line belongs to,...
virtual ~MoLineDetail()
Destructor.
double getValue(const SbVec3f &point) const
Computes and returns the first value of the mapped scalarset at the given point.
virtual MoLineDetail * copy() const
Returns an instance that is a copy of this instance.
MoLineDetail()
Constructor.
Stores detail information about a mesh representation defined by a line.
Stores detail information about a mesh.
Stores detail information about vertex-based shapes made of line segments.