Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MoLineDetail Class Reference

Stores detail information about vertex-based shapes made of line segments. More...

#include <MeshVizXLM/mapping/details/MoLineDetail.h>

+ Inheritance diagram for MoLineDetail:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type identifier for this specific instance.
 
 MoLineDetail ()
 Constructor.
 
virtual ~MoLineDetail ()
 Destructor.
 
double getValue (const SbVec3f &point) const
 Computes and returns the first value of the mapped scalarset at the given point.
 
std::vector< double > getValues (const SbVec3f &point) const
 Computes and returns all values of the mapped scalarsets at the given point.
 
const MoMeshDetailgetMeshDetail () const
 Returns information about the input mesh containing the cell that the line belongs to, represented as a MoMeshDetail.
 
const MoLineMeshDetailgetMeshRepresentationDetail () const
 Returns information about the mesh representation (outline, clipline, ...) containing the line, represented as an MoLineMeshDetail, if available, returns NULL otherwise.
 
virtual MoLineDetailcopy () const
 Returns an instance that is a copy of this instance.
 
- Public Member Functions inherited from SoLineDetail
 SoLineDetail ()
 Constructor.
 
virtual ~SoLineDetail ()
 Destructor.
 
const SoPointDetailgetPoint0 () const
 Returns information about the first of two points forming the end vertices of the line segment, represented as an SoPointDetail.
 
const SoPointDetailgetPoint1 () const
 Returns information about the second of two points forming the end vertices of the line segment, represented as an SoPointDetail.
 
const SoPointDetailgetPoint (int32_t i) const
 Returns information about the point forming the i'th end of the line, represented as an SoPointDetail.
 
int32_t getLineIndex () const
 Returns the index of the line the segment is part of within a shape, such as the third line within an SoLineSet.
 
int32_t getPartIndex () const
 Returns the index of the part containing the line segment within the shape.
 
- Public Member Functions inherited from SoTypedObject
SbBool isOfType (const SoType &type) const
 Returns TRUE if this object is of the type specified in type or is derived from that type.
 
template<typename TypedObjectClass >
SbBool isOfType () const
 Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
 

Static Public Member Functions

static SoType getClassTypeId ()
 Returns the type identifier for this class.
 
- Static Public Member Functions inherited from SoLineDetail
static SoType getClassTypeId ()
 Returns the type identifier for this class.
 
- Static Public Member Functions inherited from SoDetail
static SoType getClassTypeId ()
 Returns type identifier for this class.
 
- Static Public Member Functions inherited from SoTypedObject
static SoType getClassTypeId ()
 Returns the type identifier for this class.
 

Detailed Description

Stores detail information about vertex-based shapes made of line segments.

This class contains detail information about a line segment in a vertex-based shape made of line segments (extends SoLineDetail). Additional information includes the input mesh and the mesh representation details. It also allows computing the value of the mapped scalarset used for coloring at any points along the line segment.

Detail objects are returned by the SoPickedPoint class after picking.

SEE ALSO

SoDetail, SoPickedPoint, SoLineDetail, MoMeshDetail, MoLineMeshDetail, SoPickedPoint, SoPrimitiveVertex, SoVertexShape

Definition at line 74 of file MoLineDetail.h.

Constructor & Destructor Documentation

◆ MoLineDetail()

MoLineDetail::MoLineDetail ( )

Constructor.

◆ ~MoLineDetail()

virtual MoLineDetail::~MoLineDetail ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

virtual MoLineDetail * MoLineDetail::copy ( ) const
virtual

Returns an instance that is a copy of this instance.

The caller is responsible for deleting the copy when it is no longer needed.

Reimplemented from SoLineDetail.

Reimplemented in MoLineDetailI, MoLineDetailIj, and MoLineDetailIjk.

◆ getClassTypeId()

static SoType MoLineDetail::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getMeshDetail()

const MoMeshDetail * MoLineDetail::getMeshDetail ( ) const
inline

Returns information about the input mesh containing the cell that the line belongs to, represented as a MoMeshDetail.

Definition at line 104 of file MoLineDetail.h.

◆ getMeshRepresentationDetail()

const MoLineMeshDetail * MoLineDetail::getMeshRepresentationDetail ( ) const
inline

Returns information about the mesh representation (outline, clipline, ...) containing the line, represented as an MoLineMeshDetail, if available, returns NULL otherwise.

Definition at line 110 of file MoLineDetail.h.

◆ getTypeId()

virtual SoType MoLineDetail::getTypeId ( ) const
virtual

Returns the type identifier for this specific instance.

Reimplemented from SoLineDetail.

Reimplemented in MoLineDetailI, MoLineDetailIj, and MoLineDetailIjk.

◆ getValue()

double MoLineDetail::getValue ( const SbVec3f point) const

Computes and returns the first value of the mapped scalarset at the given point.

Returns DBL_MAX if point not along the line or no mapped scalarset available.

◆ getValues()

std::vector< double > MoLineDetail::getValues ( const SbVec3f point) const

Computes and returns all values of the mapped scalarsets at the given point.

Returns an empty vector if point not inside the face or no mapped scalarset available.


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