SOFA API  1df67014
Open source framework for multi-physics simuation
sofa::core::topology::PointAncestorElem Struct Reference

#include <TopologyChange.h>

Topology change informations related to the ancestor topology element of a point. More...

Detailed Description

Topology change informations related to the ancestor topology element of a point.

Public Attributes

geometry::ElementType type
 
Topology::ElemID index
 
LocalCoords localCoords
 

Public Member Functions

 PointAncestorElem ()
 
 PointAncestorElem (geometry::ElementType _type, Topology::ElemID _index, const LocalCoords &_localCoords)
 

Attribute details

◆ index

Topology::ElemID sofa::core::topology::PointAncestorElem::index

◆ localCoords

LocalCoords sofa::core::topology::PointAncestorElem::localCoords

◆ type

geometry::ElementType sofa::core::topology::PointAncestorElem::type

Constructor details

◆ PointAncestorElem() [1/2]

sofa::core::topology::PointAncestorElem::PointAncestorElem ( )
inline

◆ PointAncestorElem() [2/2]

sofa::core::topology::PointAncestorElem::PointAncestorElem ( geometry::ElementType  _type,
Topology::ElemID  _index,
const LocalCoords _localCoords 
)
inline