25#ifndef _MO_LINEDETAIL_
26#define _MO_LINEDETAIL_
28#include <Inventor/details/SoLineDetail.h>
29#include <MeshVizXLM/MbVec3.h>
30#include <MeshVizXLM/mapping/MoMeshVizDataMapping.h>
32#include <MeshVizXLM/mapping/details/MoMeshDetail.h>
33#include <MeshVizXLM/mapping/details/MoLineMeshDetail.h>
125 static void initClass();
126 static void exitClass();
132 size_t getExtractedCellIndex()
const {
return m_extractedCellIndex; }
135 size_t m_extractedCellIndex;
<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.