Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

VertexC Class Reference

#include <vertexc.h>

Collaboration diagram for VertexC:

Collaboration graph
[legend]
List of all members.

Public Methods

 VertexC ()
virtual ~VertexC ()
void SetKoord (double x, double y, double z)
void SetNormal (double nx, double ny, double nz)
VertexC & operator= (const VertexC &)
void Write ()
void Writeln ()

Public Attributes

VectorC koord
VectorC normal
VectorC texel
float color [4]
int bn
int bt
int bc

Constructor & Destructor Documentation

VertexC::VertexC  
 

virtual VertexC::~VertexC   [inline, virtual]
 

Definition at line 42 of file vertexc.h.

00042 {}


Member Function Documentation

VertexC& VertexC::operator= const VertexC &   
 

void VertexC::SetKoord double    x,
double    y,
double    z
[inline]
 

Definition at line 43 of file vertexc.h.

00043 {koord.Set(x,y,z);}

void VertexC::SetNormal double    nx,
double    ny,
double    nz
 

void VertexC::Write  
 

void VertexC::Writeln  
 


Member Data Documentation

int VertexC::bc
 

Definition at line 55 of file vertexc.h.

int VertexC::bn
 

Definition at line 53 of file vertexc.h.

int VertexC::bt
 

Definition at line 54 of file vertexc.h.

float VertexC::color[4]
 

Definition at line 52 of file vertexc.h.

VectorC VertexC::koord
 

Definition at line 49 of file vertexc.h.

VectorC VertexC::normal
 

Definition at line 50 of file vertexc.h.

VectorC VertexC::texel
 

Definition at line 51 of file vertexc.h.


The documentation for this class was generated from the following file:
Generated on Tue Jul 29 14:31:03 2003 for Open ActiveWrl by doxygen1.3-rc2