In file gfx/libcoords/Coords.hxx:

class Coords::CoordSet

A class that manages a set of coordinate systems

Documentation

A class that manages a set of coordinate systems

Inheritance:

CoordSet


Public Methods

[more]iterator begin ()
Return an iterator pointing to the first coordinate system (not root, ie.
[more]iterator end ()
Return an iterator pointing one past the last coordinate system
[more]void setPoints ( int ninds, int* inds1, float* points1, int* interpinds, int* inds2, float* points2, float fract, bool show1)
Set the coordinate systems.

oiterator begin()
Return an iterator pointing to the first coordinate system (not root, ie. not 0).

oiterator end()
Return an iterator pointing one past the last coordinate system

ovoid setPoints( int ninds, int* inds1, float* points1, int* interpinds, int* inds2, float* points2, float fract, bool show1)
Set the coordinate systems.
Parameters:
points1 - floats: the parameters of the coordinate systems.
inds1 - Array of length ninds, containing descriptions of coordinate systems. 1) type code, see Coords.cxx for current codes 2) parent and determining coordinate systems, as many as the type code requires (usually 1 or 2) 3) an index to the points1 array, where the parameters of the coordinate system should be read from.
inds2 - A second array, similar to inds1, but for points2.


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.