SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::core::topology::QuadsRenumbering Class Reference

#include <TopologyChange.h>

Inheritance diagram for sofa::core::topology::QuadsRenumbering:

Detailed Description

indicates that the indices of all points have been renumbered

Public Attributes

sofa::type::vector< Topology::QuadIDindexArray
 
sofa::type::vector< Topology::QuadIDinv_indexArray
 

Public Member Functions

 QuadsRenumbering ()
 
 ~QuadsRenumbering () override
 
 QuadsRenumbering (const sofa::type::vector< Topology::QuadID > &indices, const sofa::type::vector< Topology::QuadID > &inv_indices)
 
const sofa::type::vector< Topology::QuadID > & getIndexArray () const
 
const sofa::type::vector< Topology::QuadID > & getinv_IndexArray () const
 
- Public Member Functions inherited from sofa::core::topology::TopologyChange
virtual ~TopologyChange ()
 
TopologyChangeType getChangeType () const
 Returns the code of this TopologyChange. More...
 
virtual bool write (std::ostream &out) const
 
virtual bool read (std::istream &in)
 

Additional Inherited Members

- Protected Attributes inherited from sofa::core::topology::TopologyChange
TopologyChangeType m_changeType
 A code that tells the nature of the Topology modification event (could be an enum). More...
 
- Protected Member Functions inherited from sofa::core::topology::TopologyChange
 TopologyChange (TopologyChangeType changeType=BASE)
 

Attribute details

◆ indexArray

sofa::type::vector<Topology::QuadID> sofa::core::topology::QuadsRenumbering::indexArray

◆ inv_indexArray

sofa::type::vector<Topology::QuadID> sofa::core::topology::QuadsRenumbering::inv_indexArray

Constructor details

◆ QuadsRenumbering() [1/2]

sofa::core::topology::QuadsRenumbering::QuadsRenumbering ( )
inline

◆ ~QuadsRenumbering()

sofa::core::topology::QuadsRenumbering::~QuadsRenumbering ( )
override

◆ QuadsRenumbering() [2/2]

sofa::core::topology::QuadsRenumbering::QuadsRenumbering ( const sofa::type::vector< Topology::QuadID > &  indices,
const sofa::type::vector< Topology::QuadID > &  inv_indices 
)
inline

Function details

◆ getIndexArray()

const sofa::type::vector<Topology::QuadID>& sofa::core::topology::QuadsRenumbering::getIndexArray ( ) const
inline

◆ getinv_IndexArray()

const sofa::type::vector<Topology::QuadID>& sofa::core::topology::QuadsRenumbering::getinv_IndexArray ( ) const
inline