SOFA API  590b9f7a
Open source framework for multi-physics simuation
sofa::component::topology::utility::TriangleIncisionInformation Class Reference

#include <TopologicalChangeProcessor.h>

Public Attributes

std::vector< IndextriangleIndices
 
std::vector< type::Vec3barycentricCoordinates
 
SReal timeToIncise
 
std::vector< type::Vec3coordinates
 

Public Member Functions

void display ()
 
std::vector< type::Vec3computeCoordinates (core::topology::BaseMeshTopology *topology)
 

Attribute details

◆ barycentricCoordinates

std::vector<type::Vec3> sofa::component::topology::utility::TriangleIncisionInformation::barycentricCoordinates

◆ coordinates

std::vector<type::Vec3> sofa::component::topology::utility::TriangleIncisionInformation::coordinates

◆ timeToIncise

SReal sofa::component::topology::utility::TriangleIncisionInformation::timeToIncise

◆ triangleIndices

std::vector<Index> sofa::component::topology::utility::TriangleIncisionInformation::triangleIndices

Function details

◆ computeCoordinates()

std::vector<type::Vec3> sofa::component::topology::utility::TriangleIncisionInformation::computeCoordinates ( core::topology::BaseMeshTopology topology)
inline

◆ display()

void sofa::component::topology::utility::TriangleIncisionInformation::display ( )
inline