#include <asc.hh>
Collaboration diagram for ASC:

Public Methods | |
| ASC (std::string &filename) | |
| ~ASC () | |
Public Attributes | |
| std::vector< Vertex * > | vertices |
| std::vector< Triangle > | triangles |
|
|
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. |
|
|
Definition at line 12 of file asc.cpp. References anoid::simple::i(), and vertices. |
|
|
Definition at line 27 of file asc.hh. Referenced by ASC(), and anoid::plugin::AscShape::init(). |
|
|
Definition at line 26 of file asc.hh. Referenced by ASC(), anoid::plugin::AscShape::init(), and ~ASC(). |