Class Hierarchy   Compound List   File List   Compound Members   File Members  

Geometry Class Reference

Class diagram for Geometry:

BaseClass

List of all members.

Public Members

typedef TArray<Int> IndexArray
typedef TArray<Coord> CoordArray
typedef TArray<Normal> NormalArray
typedef TArray<Surface> SurfaceArray
 Geometry ()
const IndexArraygetIndices () const
const CoordArraygetCoords () const
const NormalArraygetNormals () const
const SurfaceArraygetSurfaces () const
MaterialgetMaterial () const
Int addIndex (Int index)
Int addCoord (Float x, Float y, Float z)
Int addNormal (Float i, Float j, Float k)
Int addSurface (const Surface& surface)
Void setMaterial (Material* material)
Void addVertex (const Point& coord, const Vector& normal)
Void addTriangle (Int i1, Int i2, Int i3)

Member Typedef Documentation

typedef TArray<Int> Geometry::IndexArray

typedef TArray<Coord> Geometry::CoordArray

typedef TArray<Normal> Geometry::NormalArray

typedef TArray<Surface> Geometry::SurfaceArray


Member Function Documentation

Geometry::Geometry ()

const IndexArray& Geometry::getIndices () const

const CoordArray& Geometry::getCoords () const

const NormalArray& Geometry::getNormals () const

const SurfaceArray& Geometry::getSurfaces () const

Material* Geometry::getMaterial () const

Int Geometry::addIndex (Int index)

Int Geometry::addCoord (Float x, Float y, Float z)

Int Geometry::addNormal (Float i, Float j, Float k)

Int Geometry::addSurface (const Surface & surface)

Void Geometry::setMaterial (Material * material)

Void Geometry::addVertex (const Point & coord, const Vector & normal)

Void Geometry::addTriangle (Int i1, Int i2, Int i3)


The documentation for this class was generated from the following file:
Generated at Wed Nov 3 15:16:41 1999 for Architectural Walkthrough Project by doxygen  written by Dimitri van Heesch, © 1997-1999