Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ASC Class Reference

#include <asc.hh>

Collaboration diagram for ASC:

Collaboration graph
[legend]
List of all members.

Public Methods

 ASC (std::string &filename)
 ~ASC ()

Public Attributes

std::vector< Vertex * > vertices
std::vector< Triangletriangles

Constructor & Destructor Documentation

ASC::ASC std::string &    filename
 

Definition at line 19 of file asc.cpp.

References filename, anoid::simple::Point::getX(), anoid::simple::Point::getY(), anoid::simple::Point::getZ(), anoid::simple::i(), anoid::simple::Point::setX(), anoid::simple::Point::setY(), anoid::simple::Point::setZ(), triangles, and vertices.

ASC::~ASC  
 

Definition at line 12 of file asc.cpp.

References anoid::simple::i(), and vertices.


Member Data Documentation

std::vector<Triangle> ASC::triangles
 

Definition at line 27 of file asc.hh.

Referenced by ASC(), and anoid::plugin::AscShape::init().

std::vector<Vertex *> ASC::vertices
 

Definition at line 26 of file asc.hh.

Referenced by ASC(), anoid::plugin::AscShape::init(), and ~ASC().


The documentation for this class was generated from the following files:
Anoid NG © Michael Westergaard, Martin Stig Stissing, Ronni Michael Laursen, and Kristian Bisgaard Lassen