|
| SOFA_CLASS2 (SOFA_TEMPLATE2(ImplicitSurfaceMapping, In, Out), SOFA_TEMPLATE2(core::Mapping, In, Out), topology::container::constant::MeshTopology) |
|
void | init () override |
|
void | parse (core::objectmodel::BaseObjectDescription *arg) override |
|
double | getStep () const |
|
void | setStep (double val) |
|
double | getRadius () const |
|
void | setRadius (double val) |
|
double | getIsoValue () const |
|
void | setIsoValue (double val) |
|
const InCoord & | getGridMin () const |
|
void | setGridMin (const InCoord &val) |
|
void | setGridMin (double x, double y, double z) |
|
const InCoord & | getGridMax () const |
|
void | setGridMax (const InCoord &val) |
|
void | setGridMax (double x, double y, double z) |
|
void | apply (const core::MechanicalParams *mparams, Data< OutVecCoord > &out, const Data< InVecCoord > &in) override |
|
void | applyJ (const core::MechanicalParams *mparams, Data< OutVecDeriv > &out, const Data< InVecDeriv > &in) override |
|
void | applyJT (const sofa::core::MechanicalParams *, InDataVecDeriv &, const OutDataVecDeriv &) override |
|
void | applyJT (const sofa::core::ConstraintParams *, InDataMatrixDeriv &, const OutDataMatrixDeriv &) override |
|
bool | insertInNode (core::objectmodel::BaseNode *node) override |
|
bool | removeInNode (core::objectmodel::BaseNode *node) override |
|
| SOFA_ABSTRACT_CLASS (SOFA_TEMPLATE2(Mapping, TIn, TOut), BaseMapping) |
|
virtual void | setModels (State< In > *from, State< Out > *to) |
|
bool | setFrom (BaseState *from) override |
|
bool | setTo (BaseState *to) override |
|
void | setPathInputObject (const std::string &o) |
|
void | setPathOutputObject (const std::string &o) |
|
State< In > * | getFromModel () |
|
State< Out > * | getToModel () |
|
type::vector< BaseState * > | getFrom () override |
|
type::vector< BaseState * > | getTo () override |
|
void | apply (const MechanicalParams *mparams, MultiVecCoordId outPos, ConstMultiVecCoordId inPos) override |
|
virtual void | apply (const MechanicalParams *mparams, OutDataVecCoord &out, const InDataVecCoord &in)=0 |
|
void | applyJ (const MechanicalParams *mparams, MultiVecDerivId outVel, ConstMultiVecDerivId inVel) override |
|
virtual void | applyJ (const MechanicalParams *mparams, OutDataVecDeriv &out, const InDataVecDeriv &in)=0 |
|
void | applyJT (const MechanicalParams *mparams, MultiVecDerivId inForce, ConstMultiVecDerivId outForce) override |
|
virtual void | applyJT (const MechanicalParams *mparams, InDataVecDeriv &out, const OutDataVecDeriv &in)=0 |
|
void | applyDJT (const MechanicalParams *, MultiVecDerivId, ConstMultiVecDerivId) override |
|
void | applyJT (const ConstraintParams *cparams, MultiMatrixDerivId inConst, ConstMultiMatrixDerivId outConst) override |
|
virtual void | applyJT (const ConstraintParams *, InDataMatrixDeriv &, const OutDataMatrixDeriv &) |
|
void | computeAccFromMapping (const MechanicalParams *mparams, MultiVecDerivId outAcc, ConstMultiVecDerivId inVel, ConstMultiVecDerivId inAcc) override |
|
virtual void | computeAccFromMapping (const MechanicalParams *, OutDataVecDeriv &, const InDataVecDeriv &, const InDataVecDeriv &) |
|
virtual type::vector< behavior::BaseMechanicalState * > | getMechFrom () override |
|
virtual type::vector< behavior::BaseMechanicalState * > | getMechTo () override |
|
sofa::linearalgebra::BaseMatrix * | createMappedMatrix (const behavior::BaseMechanicalState *state1, const behavior::BaseMechanicalState *state2, func_createMappedMatrix) override |
|
void | disable () override |
|
| SOFA_ABSTRACT_CLASS (BaseMapping, objectmodel::BaseObject) |
|
virtual bool | isLinear () const |
|
virtual bool | isMechanical () const |
|
virtual bool | sameTopology () const |
|
virtual const sofa::linearalgebra::BaseMatrix * | getJ (const MechanicalParams *) |
|
virtual const sofa::linearalgebra::BaseMatrix * | getJ () |
|
virtual bool | areForcesMapped () const |
|
virtual bool | areConstraintsMapped () const |
|
virtual bool | areMassesMapped () const |
|
virtual bool | areMatricesMapped () const |
|
virtual void | setForcesMapped (bool b) |
|
virtual void | setConstraintsMapped (bool b) |
|
virtual void | setMassesMapped (bool b) |
|
virtual void | setMatricesMapped (bool b) |
|
virtual void | setNonMechanical () |
|
virtual const type::vector< sofa::linearalgebra::BaseMatrix * > * | getJs () |
|
virtual void | updateK (const MechanicalParams *, ConstMultiVecDerivId) |
|
virtual const linearalgebra::BaseMatrix * | getK () |
|
virtual void | buildGeometricStiffnessMatrix (sofa::core::GeometricStiffnessMatrix *matrices) |
|
virtual bool | areForcesMapped () const |
|
virtual bool | areConstraintsMapped () const |
|
virtual bool | areMassesMapped () const |
|
virtual bool | areMatricesMapped () const |
|
virtual void | setForcesMapped (bool b) |
|
virtual void | setConstraintsMapped (bool b) |
|
virtual void | setMassesMapped (bool b) |
|
virtual void | setMatricesMapped (bool b) |
|
virtual void | setNonMechanical () |
|
virtual const type::vector< sofa::linearalgebra::BaseMatrix * > * | getJs () |
|
virtual void | updateK (const MechanicalParams *, ConstMultiVecDerivId) |
|
virtual const linearalgebra::BaseMatrix * | getK () |
|
virtual void | buildGeometricStiffnessMatrix (sofa::core::GeometricStiffnessMatrix *matrices) |
|
| SOFA_CLASS (BaseObject, Base) |
|
virtual void | computeBBox (const core::ExecParams *, bool=false) |
|
void | setSrc (const std::string &v, std::vector< std::string > *attributeList=nullptr) |
|
void | setSrc (const std::string &v, const BaseObject *loader, std::vector< std::string > *attributeList=nullptr) |
|
Base * | findLinkDestClass (const BaseClass *destType, const std::string &path, const BaseLink *link) override |
|
virtual std::string | getPathName () const override |
|
SReal | getTime () const |
|
const BaseContext * | getContext () const |
|
BaseContext * | getContext () |
|
const BaseObject * | getMaster () const |
|
BaseObject * | getMaster () |
|
const VecSlaves & | getSlaves () const |
|
BaseObject * | getSlave (const std::string &name) const |
|
virtual void | addSlave (BaseObject::SPtr s) |
|
virtual void | removeSlave (BaseObject::SPtr s) |
|
virtual void | handleEvent (Event *) |
|
virtual void | handleTopologyChange () |
|
virtual void | handleTopologyChange (core::topology::Topology *t) |
|
virtual void | bwdInit () |
|
virtual void | reinit () |
|
void | updateInternal () |
|
virtual void | storeResetState () |
|
virtual void | reset () |
|
virtual void | cleanup () |
|
SReal | getTime () const |
|
virtual const BaseClass * | getClass () const |
|
void | addDeprecatedAttribute (lifecycle::DeprecatedData *attribute) |
|
void | addUpdateCallback (const std::string &name, std::initializer_list< BaseData * > inputs, std::function< sofa::core::objectmodel::ComponentState(const DataTracker &)> function, std::initializer_list< BaseData * > outputs) |
|
void | addOutputsToCallback (const std::string &name, std::initializer_list< BaseData * > outputs) |
|
const std::string & | getName () const |
|
void | setName (const std::string &n) |
|
void | setName (const std::string &n, int counter) |
|
std::string | getTypeName () const |
|
virtual std::string | getClassName () const |
|
virtual std::string | getTemplateName () const final |
|
std::string | getNameSpaceName () const |
|
void | setDefinitionSourceFileName (const std::string &sourceFileName) |
|
const std::string & | getDefinitionSourceFileName () const |
|
void | setDefinitionSourceFilePos (const int) |
|
int | getDefinitionSourceFilePos () const |
|
void | setInstanciationSourceFileName (const std::string &sourceFileName) |
|
const std::string & | getInstanciationSourceFileName () const |
|
void | setInstanciationSourceFilePos (const int) |
|
int | getInstanciationSourceFilePos () const |
|
void | addMessage (const sofa::helper::logging::Message &m) const |
|
size_t | countLoggedMessages (sofa::helper::logging::Message::TypeSet t=sofa::helper::logging::Message::AnyTypes) const |
|
const std::deque< sofa::helper::logging::Message > & | getLoggedMessages () const |
|
const std::string | getLoggedMessagesAsString (sofa::helper::logging::Message::TypeSet t=sofa::helper::logging::Message::AnyTypes) const |
|
void | clearLoggedMessages () const |
|
bool | notMuted () const |
|
const sofa::core::objectmodel::TagSet & | getTags () const |
|
bool | hasTag (Tag t) const |
|
void | addTag (Tag t) |
|
void | removeTag (Tag t) |
|
ComponentState | getComponentState () const |
|
bool | isComponentStateValid () const |
|
bool | isComponentStateInvalid () const |
|
| SOFA_ATTRIBUTE_DEPRECATED__TOBASECONSTRAINT () virtual const behavior |
|
virtual bool | parseField (const std::string &attribute, const std::string &value) |
|
virtual bool | hasField (const std::string &attribute) const |
|
void | parseFields (const std::list< std::string > &str) |
|
virtual void | parseFields (const std::map< std::string, std::string * > &str) |
|
void | writeDatas (std::map< std::string, std::string * > &str)=delete |
|
void | writeDatas (std::ostream &out, const std::string &separator=" ") |
|
BaseData * | findData (const std::string &name) const |
|
std::vector< BaseData * > | findGlobalField (const std::string &name) const |
|
BaseLink * | findLink (const std::string &name) const |
|
std::vector< BaseLink * > | findLinks (const std::string &name) const |
|
virtual void | updateLinks (bool logErrors=true) |
|
BaseData::BaseInitData | initData (::sofa::core::objectmodel::Data< T > *field, const char *name, const char *help, ::sofa::core::objectmodel::BaseData::DataFlags dataflags) |
|
BaseData::BaseInitData | initData (Data< T > *field, const char *name, const char *help, bool isDisplayed=true, bool isReadOnly=false) |
|
Data< T >::InitData | initData (Data< T > *field, const T &value, const char *name, const char *help, bool isDisplayed=true, bool isReadOnly=false) |
|
void | addData (BaseData *f, const std::string &name) |
|
void | addData (BaseData *f) |
|
void | removeData (BaseData *f) |
|
void | addAlias (BaseData *field, const char *alias) |
|
void | addLink (BaseLink *l) |
|
void | addAlias (BaseLink *link, const char *alias) |
|
const VecData & | getDataFields () const |
|
const MapData & | getDataAliases () const |
|
const VecLink & | getLinks () const |
|
const MapLink & | getLinkAliases () const |
|
virtual bool | findDataLinkDest (BaseData *&ptr, const std::string &path, const BaseLink *link) |
|
bool | findLinkDest (T *&ptr, const std::string &path, const BaseLink *link) |
|
const sofa::core::objectmodel::TagSet & | getTags () const |
|
bool | hasTag (Tag t) const |
|
void | addTag (Tag t) |
|
void | removeTag (Tag t) |
|
ComponentState | getComponentState () const |
|
bool | isComponentStateValid () const |
|
bool | isComponentStateInvalid () const |
|
| SOFA_ATTRIBUTE_DEPRECATED__TOBASECONSTRAINT () virtual const behavior |
|
| SOFA_CLASS (MeshTopology, core::topology::BaseMeshTopology) |
|
void | computeCrossElementBuffers () override |
|
Size | getNbPoints () const override |
|
void | setNbPoints (Size n) override |
|
const SeqEdges & | getEdges () override |
|
const SeqTriangles & | getTriangles () override |
|
const SeqQuads & | getQuads () override |
|
const SeqTetrahedra & | getTetrahedra () override |
|
const SeqHexahedra & | getHexahedra () override |
|
Size | getNbEdges () override |
|
Size | getNbTriangles () override |
|
Size | getNbQuads () override |
|
Size | getNbTetrahedra () override |
|
Size | getNbHexahedra () override |
|
const Edge | getEdge (EdgeID i) override |
|
const Triangle | getTriangle (TriangleID i) override |
|
const Quad | getQuad (QuadID i) override |
|
const Tetra | getTetrahedron (TetraID i) override |
|
const Hexa | getHexahedron (HexaID i) override |
|
virtual const SeqUV & | getUVs () |
|
virtual Size | getNbUVs () |
|
virtual const UV | getUV (UVID i) |
|
void | addUV (SReal u, SReal v) |
|
SReal | getPosX (Index i) const |
|
SReal | getPosY (Index i) const |
|
SReal | getPosZ (Index i) const |
|
bool | hasPos () const override |
|
SReal | getPX (Index i) const override |
|
SReal | getPY (Index i) const override |
|
SReal | getPZ (Index i) const override |
|
void | clear () override |
|
void | addPoint (SReal px, SReal py, SReal pz) override |
|
void | addEdge (Index a, Index b) override |
|
void | addTriangle (Index a, Index b, Index c) override |
|
void | addQuad (Index a, Index b, Index c, Index d) override |
|
void | addTetra (Index a, Index b, Index c, Index d) override |
|
void | addHexa (Index a, Index b, Index c, Index d, Index e, Index f, Index g, Index h) override |
|
int | getRevision () const override |
|
void | draw (const core::visual::VisualParams *vparams) override |
|
virtual bool | hasVolume () |
|
virtual bool | hasSurface () |
|
virtual bool | hasLines () |
|
virtual bool | isVolume () |
|
virtual bool | isSurface () |
|
virtual bool | isLines () |
|
virtual const EdgesAroundVertex & | getOrientedEdgesAroundVertex (PointID i) |
|
virtual const TrianglesAroundVertex & | getOrientedTrianglesAroundVertex (PointID i) |
|
virtual const QuadsAroundVertex & | getOrientedQuadsAroundVertex (PointID i) |
|
int | computeRelativeOrientationInTri (const PointID ind_p0, const PointID ind_p1, const PointID ind_t) |
|
int | computeRelativeOrientationInQuad (const PointID ind_p0, const PointID ind_p1, const PointID ind_q) |
|
void | reOrientateTriangle (TriangleID id) override |
|
EdgeID | getEdgeIndex (PointID v1, PointID v2) override |
|
TriangleID | getTriangleIndex (PointID v1, PointID v2, PointID v3) override |
|
QuadID | getQuadIndex (PointID v1, PointID v2, PointID v3, PointID v4) override |
|
TetrahedronID | getTetrahedronIndex (PointID v1, PointID v2, PointID v3, PointID v4) override |
|
HexahedronID | getHexahedronIndex (PointID v1, PointID v2, PointID v3, PointID v4, PointID v5, PointID v6, PointID v7, PointID v8) override |
|
int | getVertexIndexInTriangle (const Triangle &t, PointID vertexIndex) const override |
|
int | getEdgeIndexInTriangle (const EdgesInTriangle &t, EdgeID edgeIndex) const override |
|
int | getVertexIndexInQuad (const Quad &t, PointID vertexIndex) const override |
|
int | getEdgeIndexInQuad (const EdgesInQuad &t, EdgeID edgeIndex) const override |
|
int | getVertexIndexInTetrahedron (const Tetra &t, PointID vertexIndex) const override |
|
int | getEdgeIndexInTetrahedron (const EdgesInTetrahedron &t, EdgeID edgeIndex) const override |
|
int | getTriangleIndexInTetrahedron (const TrianglesInTetrahedron &t, TriangleID triangleIndex) const override |
|
int | getVertexIndexInHexahedron (const Hexa &t, PointID vertexIndex) const override |
|
int | getEdgeIndexInHexahedron (const EdgesInHexahedron &t, EdgeID edgeIndex) const override |
|
int | getQuadIndexInHexahedron (const QuadsInHexahedron &t, QuadID quadIndex) const override |
|
Edge | getLocalEdgesInTetrahedron (const HexahedronID i) const override |
|
Edge | getLocalEdgesInHexahedron (const HexahedronID i) const override |
|
sofa::geometry::ElementType | getTopologyType () const override |
|
void | invalidate () |
|
virtual void | updateTetrahedra () |
|
virtual void | updateHexahedra () |
|
const EdgesAroundVertex & | getEdgesAroundVertex (PointID i) override |
|
const type::vector< EdgesAroundVertex > & | getEdgesAroundVertexArray () |
|
const TrianglesAroundVertex & | getTrianglesAroundVertex (PointID i) override |
|
const type::vector< TrianglesAroundVertex > & | getTrianglesAroundVertexArray () |
|
const EdgesInTriangle & | getEdgesInTriangle (TriangleID i) override |
|
const type::vector< EdgesInTriangle > & | getEdgesInTriangleArray () |
|
const TrianglesAroundEdge & | getTrianglesAroundEdge (EdgeID i) override |
|
const type::vector< TrianglesAroundEdge > & | getTrianglesAroundEdgeArray () |
|
const QuadsAroundVertex & | getQuadsAroundVertex (PointID i) override |
|
const type::vector< QuadsAroundVertex > & | getQuadsAroundVertexArray () |
|
const EdgesInQuad & | getEdgesInQuad (QuadID i) override |
|
const type::vector< EdgesInQuad > & | getEdgesInQuadArray () |
|
const QuadsAroundEdge & | getQuadsAroundEdge (EdgeID i) override |
|
const type::vector< QuadsAroundEdge > & | getQuadsAroundEdgeArray () |
|
const TetrahedraAroundVertex & | getTetrahedraAroundVertex (PointID i) override |
|
const type::vector< TetrahedraAroundVertex > & | getTetrahedraAroundVertexArray () |
|
const EdgesInTetrahedron & | getEdgesInTetrahedron (TetraID i) override |
|
const type::vector< EdgesInTetrahedron > & | getEdgesInTetrahedronArray () |
|
const TetrahedraAroundEdge & | getTetrahedraAroundEdge (EdgeID i) override |
|
const type::vector< TetrahedraAroundEdge > & | getTetrahedraAroundEdgeArray () |
|
const TrianglesInTetrahedron & | getTrianglesInTetrahedron (TetraID i) override |
|
const type::vector< TrianglesInTetrahedron > & | getTrianglesInTetrahedronArray () |
|
const TetrahedraAroundTriangle & | getTetrahedraAroundTriangle (TriangleID i) override |
|
const type::vector< TetrahedraAroundTriangle > & | getTetrahedraAroundTriangleArray () |
|
const HexahedraAroundVertex & | getHexahedraAroundVertex (PointID i) override |
|
const type::vector< HexahedraAroundVertex > & | getHexahedraAroundVertexArray () |
|
const EdgesInHexahedron & | getEdgesInHexahedron (HexaID i) override |
|
const type::vector< EdgesInHexahedron > & | getEdgesInHexahedronArray () |
|
const HexahedraAroundEdge & | getHexahedraAroundEdge (EdgeID i) override |
|
const type::vector< HexahedraAroundEdge > & | getHexahedraAroundEdgeArray () |
|
const QuadsInHexahedron & | getQuadsInHexahedron (HexaID i) override |
|
const type::vector< QuadsInHexahedron > & | getQuadsInHexahedronArray () |
|
const HexahedraAroundQuad & | getHexahedraAroundQuad (QuadID i) override |
|
const type::vector< HexahedraAroundQuad > & | getHexahedraAroundQuadArray () |
|
bool | checkConnexity () override |
|
Size | getNumberOfConnectedComponent () override |
|
virtual const type::vector< Index > | getConnectedElement (Index elem) override |
|
virtual const type::vector< Index > | getElementAroundElement (Index elem) override |
|
virtual const type::vector< Index > | getElementAroundElements (type::vector< Index > elems) override |
|
const EdgesAroundVertex & | getEdgesAroundVertex (PointID i) override |
|
const type::vector< EdgesAroundVertex > & | getEdgesAroundVertexArray () |
|
const TrianglesAroundVertex & | getTrianglesAroundVertex (PointID i) override |
|
const type::vector< TrianglesAroundVertex > & | getTrianglesAroundVertexArray () |
|
const EdgesInTriangle & | getEdgesInTriangle (TriangleID i) override |
|
const type::vector< EdgesInTriangle > & | getEdgesInTriangleArray () |
|
const TrianglesAroundEdge & | getTrianglesAroundEdge (EdgeID i) override |
|
const type::vector< TrianglesAroundEdge > & | getTrianglesAroundEdgeArray () |
|
const QuadsAroundVertex & | getQuadsAroundVertex (PointID i) override |
|
const type::vector< QuadsAroundVertex > & | getQuadsAroundVertexArray () |
|
const EdgesInQuad & | getEdgesInQuad (QuadID i) override |
|
const type::vector< EdgesInQuad > & | getEdgesInQuadArray () |
|
const QuadsAroundEdge & | getQuadsAroundEdge (EdgeID i) override |
|
const type::vector< QuadsAroundEdge > & | getQuadsAroundEdgeArray () |
|
const TetrahedraAroundVertex & | getTetrahedraAroundVertex (PointID i) override |
|
const type::vector< TetrahedraAroundVertex > & | getTetrahedraAroundVertexArray () |
|
const EdgesInTetrahedron & | getEdgesInTetrahedron (TetraID i) override |
|
const type::vector< EdgesInTetrahedron > & | getEdgesInTetrahedronArray () |
|
const TetrahedraAroundEdge & | getTetrahedraAroundEdge (EdgeID i) override |
|
const type::vector< TetrahedraAroundEdge > & | getTetrahedraAroundEdgeArray () |
|
const TrianglesInTetrahedron & | getTrianglesInTetrahedron (TetraID i) override |
|
const type::vector< TrianglesInTetrahedron > & | getTrianglesInTetrahedronArray () |
|
const TetrahedraAroundTriangle & | getTetrahedraAroundTriangle (TriangleID i) override |
|
const type::vector< TetrahedraAroundTriangle > & | getTetrahedraAroundTriangleArray () |
|
const HexahedraAroundVertex & | getHexahedraAroundVertex (PointID i) override |
|
const type::vector< HexahedraAroundVertex > & | getHexahedraAroundVertexArray () |
|
const EdgesInHexahedron & | getEdgesInHexahedron (HexaID i) override |
|
const type::vector< EdgesInHexahedron > & | getEdgesInHexahedronArray () |
|
const HexahedraAroundEdge & | getHexahedraAroundEdge (EdgeID i) override |
|
const type::vector< HexahedraAroundEdge > & | getHexahedraAroundEdgeArray () |
|
const QuadsInHexahedron & | getQuadsInHexahedron (HexaID i) override |
|
const type::vector< QuadsInHexahedron > & | getQuadsInHexahedronArray () |
|
const HexahedraAroundQuad & | getHexahedraAroundQuad (QuadID i) override |
|
const type::vector< HexahedraAroundQuad > & | getHexahedraAroundQuadArray () |
|
bool | checkConnexity () override |
|
Size | getNumberOfConnectedComponent () override |
|
virtual const type::vector< Index > | getConnectedElement (Index elem) override |
|
virtual const type::vector< Index > | getElementAroundElement (Index elem) override |
|
virtual const type::vector< Index > | getElementAroundElements (type::vector< Index > elems) override |
|
| SOFA_ABSTRACT_CLASS (BaseMeshTopology, core::topology::Topology) |
|
virtual bool | load (const char *filename) |
|
virtual std::string | getFilename () const |
|
virtual int | getVertexIndexInTriangle (const Triangle &t, PointID vertexIndex) const |
|
virtual int | getVertexIndexInQuad (const Quad &t, PointID vertexIndex) const |
|
virtual Edge | getLocalEdgesInTetrahedron (const PointID i) const |
|
virtual Triangle | getLocalTrianglesInTetrahedron (const PointID i) const |
|
virtual Edge | getLocalEdgesInHexahedron (const PointID i) const |
|
virtual Quad | getLocalQuadsInHexahedron (const PointID i) const |
|
virtual const sofa::type::vector< TriangleID > & | getTrianglesOnBorder () |
|
virtual const sofa::type::vector< EdgeID > & | getEdgesOnBorder () |
|
virtual const sofa::type::vector< PointID > & | getPointsOnBorder () |
|
virtual Size | getNbTetras () |
|
virtual Size | getNbHexas () |
|
virtual Tetra | getTetra (TetraID i) |
|
virtual Hexa | getHexa (HexaID i) |
|
virtual const SeqTetrahedra & | getTetras () |
|
virtual const SeqHexahedra & | getHexas () |
|
virtual const VerticesAroundVertex | getVerticesAroundVertex (PointID i) |
|
const SeqLines & | getLines () |
|
Size | getNbLines () |
|
Line | getLine (LineID i) |
|
bool | hasPos () const override |
|
SReal | getPX (Index) const override |
|
SReal | getPY (Index) const override |
|
SReal | getPZ (Index) const override |
|
void | addLine (Index a, Index b) |
|
virtual bool | checkTopology () const |
|
virtual std::list< const TopologyChange * >::const_iterator | beginChange () const |
|
virtual std::list< const TopologyChange * >::const_iterator | endChange () const |
|
virtual std::list< const TopologyChange * >::const_iterator | beginStateChange () const |
|
virtual std::list< const TopologyChange * >::const_iterator | endStateChange () const |
|
virtual Size | getNbTetras () |
|
virtual Size | getNbHexas () |
|
virtual Tetra | getTetra (TetraID i) |
|
virtual Hexa | getHexa (HexaID i) |
|
virtual const SeqTetrahedra & | getTetras () |
|
virtual const SeqHexahedra & | getHexas () |
|
virtual const VerticesAroundVertex | getVerticesAroundVertex (PointID i) |
|
const SeqLines & | getLines () |
|
Size | getNbLines () |
|
Line | getLine (LineID i) |
|
bool | hasPos () const override |
|
SReal | getPX (Index) const override |
|
SReal | getPY (Index) const override |
|
SReal | getPZ (Index) const override |
|
void | addLine (Index a, Index b) |
|
virtual bool | checkTopology () const |
|
virtual std::list< const TopologyChange * >::const_iterator | beginChange () const |
|
virtual std::list< const TopologyChange * >::const_iterator | endChange () const |
|
virtual std::list< const TopologyChange * >::const_iterator | beginStateChange () const |
|
virtual std::list< const TopologyChange * >::const_iterator | endStateChange () const |
|
| SOFA_CLASS (Topology, core::objectmodel::BaseObject) |
|