vrml1::location Class Reference

Abstract a location. More...

#include <location.hh>

List of all members.

Public Member Functions

 location ()
 Construct a location.
void initialize (std::string *fn)
 Initialization.
Line and Column related manipulators
void step ()
 Reset initial location to final location.
void columns (unsigned int count=1)
 Extend the current location to the COUNT next columns.
void lines (unsigned int count=1)
 Extend the current location to the COUNT next lines.

Public Attributes

position begin
 Beginning of the located region.
position end
 End of the located region.


Detailed Description

Abstract a location.

Constructor & Destructor Documentation

vrml1::location::location (  )  [inline]

Construct a location.


Member Function Documentation

void vrml1::location::initialize ( std::string *  fn  )  [inline]

Initialization.

void vrml1::location::step (  )  [inline]

Reset initial location to final location.

void vrml1::location::columns ( unsigned int  count = 1  )  [inline]

Extend the current location to the COUNT next columns.

void vrml1::location::lines ( unsigned int  count = 1  )  [inline]

Extend the current location to the COUNT next lines.


Member Data Documentation

position vrml1::location::begin

Beginning of the located region.

position vrml1::location::end

End of the located region.


The documentation for this class was generated from the following file:
Generated on Mon Jul 21 23:57:10 2008 for libvrml1++ by  doxygen 1.5.4