In file ./include/vob/Vob.hxx:

class Vob::Vob

A vob: an object that knows how to render itself, given a number of coordinate transforms

Documentation

A vob: an object that knows how to render itself, given a number of coordinate transforms

Inheritance:

Vob


Public Methods

[more]virtual int nCoordsys () const
Get the number of transforms this Vob's render() call requires
[more]virtual void render (const Transform** t, int n) const
Render this Vob, given a number of transforms.

ovirtual int nCoordsys() const = 0
Get the number of transforms this Vob's render() call requires

ovirtual void render(const Transform** t, int n) const = 0
Render this Vob, given a number of transforms.
Parameters:
- t The transforms
n - The number of transforms in t.


This class has no child classes.

Alphabetic index Hierarchy of classes



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