SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
SCIRun::Modules::Visualization::MeshConstruction Namespace Reference

Functions

template<typename VMeshType >
void buildEdgesNoNormals (typename SCIRun::Core::Datatypes::MeshTraits< VMeshType >::MeshFacadeHandle facade, SCIRun::Core::Datatypes::GeometryHandle geom, const std::string &primaryVBOName, ModuleStateHandle state)
 
template<typename VMeshType >
void buildNodesNoNormals (typename SCIRun::Core::Datatypes::MeshTraits< VMeshType >::MeshFacadeHandle facade, SCIRun::Core::Datatypes::GeometryHandle geom, const std::string &primaryVBOName, ModuleStateHandle state)
 

Function Documentation

void SCIRun::Modules::Visualization::MeshConstruction::buildEdgesNoNormals ( typename SCIRun::Core::Datatypes::MeshTraits< VMeshType >::MeshFacadeHandle  facade,
SCIRun::Core::Datatypes::GeometryHandle  geom,
const std::string &  primaryVBOName,
ModuleStateHandle  state 
)

Constructs edges without normal information. We can share the primary VBO with faces and nodes.

void SCIRun::Modules::Visualization::MeshConstruction::buildNodesNoNormals ( typename SCIRun::Core::Datatypes::MeshTraits< VMeshType >::MeshFacadeHandle  facade,
SCIRun::Core::Datatypes::GeometryHandle  geom,
const std::string &  primaryVBOName,
ModuleStateHandle  state 
)

Constructs nodes without normal information. We can share the primary VBO with edges and faces.