molecular
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
molecular::gfx::TetrahedronSpaceFile Struct Reference

#include <TetrahedronSpaceFile.h>

Classes

struct  Tetrahedron
 
struct  Vertex
 

Public Member Functions

const VertexGetVertices () const
 
const util::Vector3GetNormals () const
 

Public Attributes

uint32_t magic
 
uint32_t version
 
uint32_t numPoints
 
uint32_t numTetrahedrons
 
uint32_t verticesOffset
 
uint32_t normalsOffset
 
Tetrahedron tetrahedra [0]
 

Static Public Attributes

static const uint32_t kMagic = 0x801e14ae
 
static const uint32_t kVersion = 2
 

Member Function Documentation

const util::Vector3* molecular::gfx::TetrahedronSpaceFile::GetNormals ( ) const
inline
const Vertex* molecular::gfx::TetrahedronSpaceFile::GetVertices ( ) const
inline

Member Data Documentation

const uint32_t molecular::gfx::TetrahedronSpaceFile::kMagic = 0x801e14ae
static
const uint32_t molecular::gfx::TetrahedronSpaceFile::kVersion = 2
static
uint32_t molecular::gfx::TetrahedronSpaceFile::magic
uint32_t molecular::gfx::TetrahedronSpaceFile::normalsOffset
uint32_t molecular::gfx::TetrahedronSpaceFile::numPoints
uint32_t molecular::gfx::TetrahedronSpaceFile::numTetrahedrons
Tetrahedron molecular::gfx::TetrahedronSpaceFile::tetrahedra[0]
uint32_t molecular::gfx::TetrahedronSpaceFile::version
uint32_t molecular::gfx::TetrahedronSpaceFile::verticesOffset

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