household_objects_database::DatabaseMesh Class Reference

#include <database_mesh.h>

List of all members.

Public Member Functions

 DatabaseMesh ()
 ~DatabaseMesh ()

Public Attributes

database_interface::DBField< int > id_
 The original model id.
database_interface::DBField
< std::vector< int > > 
triangles_
 List of triangles.
database_interface::DBField
< std::vector< double > > 
vertices_
 List of vertices.

Detailed Description

Definition at line 135 of file database_mesh.h.


Constructor & Destructor Documentation

household_objects_database::DatabaseMesh::DatabaseMesh (  )  [inline]

Definition at line 147 of file database_mesh.h.

household_objects_database::DatabaseMesh::~DatabaseMesh (  )  [inline]

Definition at line 161 of file database_mesh.h.


Member Data Documentation

database_interface::DBField<int> household_objects_database::DatabaseMesh::id_

The original model id.

Definition at line 141 of file database_mesh.h.

database_interface::DBField< std::vector<int> > household_objects_database::DatabaseMesh::triangles_

List of triangles.

Definition at line 145 of file database_mesh.h.

database_interface::DBField< std::vector<double> > household_objects_database::DatabaseMesh::vertices_

List of vertices.

Definition at line 143 of file database_mesh.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines


household_objects_database
Author(s): Matei Ciocarlie, except for source files individually marked otherwise
autogenerated on Fri Jan 11 09:52:55 2013