Main Page   Namespace List   Class Hierarchy   Compound List   File List   Header Files   Namespace Members   Compound Members   File Members   Related Pages  

/msg/src/nodes/transformgroup.h

This is the verbatim text of the transformgroup.h include file.
/* -*- C++ -*-
 * 
 * $Id: transformgroup.h,v 1.2 2000/07/21 22:31:45 ghali Exp $
 */

#ifndef TRANSFORMGROUP_H
#define TRANSFORMGROUP_H

#include "group.h"

namespace MSG {

  class TransformGroup : public Group {

  public:

    virtual void render(std::vector<ActiveLight*>* &activelights,
                        std::vector<TransformGroup*> transforms) = 0;

    virtual void applyTransformation() = 0;

  };
}
#endif

Generated at Sat Jul 22 00:32:17 2000 for MSG by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999