MercuryDPM
Alpha
|
#include <BaseWall.h>
Public Attributes | |
std::vector< Vec3D > | points |
std::vector< std::vector < double > > | triangleStrips |
Definition at line 34 of file BaseWall.h.
std::vector<Vec3D> VTKContainer::points |
Definition at line 35 of file BaseWall.h.
Referenced by BaseWall::addToVTK(), TriangulatedWall::writeVTK(), WallHandler::writeVTK(), RestrictedWall::writeVTK(), AxisymmetricIntersectionOfWalls::writeVTK(), and WallHandler::writeVTKFile().
std::vector<std::vector<double> > VTKContainer::triangleStrips |
Definition at line 36 of file BaseWall.h.
Referenced by BaseWall::addToVTK(), TriangulatedWall::writeVTK(), WallHandler::writeVTK(), RestrictedWall::writeVTK(), AxisymmetricIntersectionOfWalls::writeVTK(), and WallHandler::writeVTKFile().