Public Member Functions | Public Attributes | List of all members
gte::MarchingCubes::Topology Struct Reference

#include <GteMarchingCubes.h>

Public Member Functions

 Topology ()
 

Public Attributes

std::array< std::array< int, 3 >, MAX_TRIANGLESitriple
 
int numTriangles
 
int numVertices
 
std::array< std::array< int, 2 >, MAX_VERTICESvpair
 

Detailed Description

Definition at line 44 of file GteMarchingCubes.h.

Constructor & Destructor Documentation

MarchingCubes::Topology::Topology ( )

Definition at line 578 of file GteMarchingCubes.cpp.

Member Data Documentation

std::array<std::array<int, 3>, MAX_TRIANGLES> gte::MarchingCubes::Topology::itriple

Definition at line 52 of file GteMarchingCubes.h.

int gte::MarchingCubes::Topology::numTriangles

Definition at line 50 of file GteMarchingCubes.h.

int gte::MarchingCubes::Topology::numVertices

Definition at line 49 of file GteMarchingCubes.h.

std::array<std::array<int, 2>, MAX_VERTICES> gte::MarchingCubes::Topology::vpair

Definition at line 51 of file GteMarchingCubes.h.


The documentation for this struct was generated from the following files:


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06