FemViewer::VtxPrimitiveAccumulator Class Reference

#include <VtxPrimitiveAccumulator.h>

Collaboration diagram for FemViewer::VtxPrimitiveAccumulator:
Collaboration graph
[legend]

List of all members.

Classes

struct  Line
struct  Point
struct  Quad
struct  Triangle

Public Member Functions

 VtxPrimitiveAccumulator (VtxAccumulator &pVertexes)
 ~VtxPrimitiveAccumulator ()
bool addLine (const int pVertexIndex1, const int pVertexIndex2)
bool addPoint (const int pVertexIndex)
bool addQuad (const int pVertexIndex1, const int pVertexIndex2, const int pVertexIndex3, const int pVertexIndex4)
bool addTriangle (const int pVertexIndex1, const int pVertexIndex2, const int pVertexIndex3)
void dumpCharacteristics (std::ostream &pOstream, const std::string &pIndentation, const Matrix< float > &pTransformation)
const BBox3DgetBBox3D () const
void render (const RenderParams &pParams)

Constructor & Destructor Documentation

FemViewer::VtxPrimitiveAccumulator::VtxPrimitiveAccumulator ( VtxAccumulator pVertexes  ) 
FemViewer::VtxPrimitiveAccumulator::~VtxPrimitiveAccumulator (  ) 

Member Function Documentation

bool FemViewer::VtxPrimitiveAccumulator::addLine ( const int  pVertexIndex1,
const int  pVertexIndex2 
)

Here is the call graph for this function:

bool FemViewer::VtxPrimitiveAccumulator::addPoint ( const int  pVertexIndex  ) 

Here is the call graph for this function:

bool FemViewer::VtxPrimitiveAccumulator::addQuad ( const int  pVertexIndex1,
const int  pVertexIndex2,
const int  pVertexIndex3,
const int  pVertexIndex4 
)

Here is the call graph for this function:

bool FemViewer::VtxPrimitiveAccumulator::addTriangle ( const int  pVertexIndex1,
const int  pVertexIndex2,
const int  pVertexIndex3 
)

Here is the call graph for this function:

void FemViewer::VtxPrimitiveAccumulator::dumpCharacteristics ( std::ostream &  pOstream,
const std::string &  pIndentation,
const Matrix< float > &  pTransformation 
)

Here is the call graph for this function:

const BBox3D & FemViewer::VtxPrimitiveAccumulator::getBBox3D (  )  const

Here is the caller graph for this function:

void FemViewer::VtxPrimitiveAccumulator::render ( const RenderParams pParams  ) 

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1