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

Teddy::Models::LineGeometry Class Reference

A set of lines, suitable for grid for example. More...

#include <LineGeometry.h>

Inheritance diagram for Teddy::Models::LineGeometry:

Inheritance graph
[legend]
Collaboration diagram for Teddy::Models::LineGeometry:

Collaboration graph
[legend]
List of all members.

Public Methods

 LineGeometry ()
 Constructor with name and material. More...

virtual ~LineGeometry ()
 Destructor. More...

virtual void beginElements (Projection *p)
 Code to be executed before visiting elements in the Model for drawing. More...

virtual void endElements (Projection *p)
 Code to be executed after visiting elements in the Geometry for drawing. More...


Detailed Description

A set of lines, suitable for grid for example.

Definition at line 37 of file LineGeometry.h.


Constructor & Destructor Documentation

Teddy::Models::LineGeometry::LineGeometry  
 

Constructor with name and material.

Definition at line 35 of file LineGeometry.cpp.

Teddy::Models::LineGeometry::~LineGeometry   [virtual]
 

Destructor.

Definition at line 40 of file LineGeometry.cpp.


Member Function Documentation

void Teddy::Models::LineGeometry::beginElements Projection *    p [virtual]
 

Code to be executed before visiting elements in the Model for drawing.

Parameters:
p  Projection Area to which this mesh is being drawn

Reimplemented from Teddy::Models::Geometry.

Definition at line 44 of file LineGeometry.cpp.

void Teddy::Models::LineGeometry::endElements Projection *    p [virtual]
 

Code to be executed after visiting elements in the Geometry for drawing.

Parameters:
p  Projection Area to which this mesh is being drawn

Reimplemented from Teddy::Models::Geometry.

Definition at line 49 of file LineGeometry.cpp.


The documentation for this class was generated from the following files: