Transform.hpp File Reference
This class is the base class for transformations that can be applied to Virtual Reality objects.
More...
#include <string>
#include <Vertex.hpp>
#include <TransType.h>
#include <ReferenceCounting.hpp>
#include <ErrorHandler.hpp>
Go to the source code of this file.
Detailed Description
This class is the base class for transformations that can be applied to Virtual Reality objects.
- Author:
- Stephane Del Pino
- Date:
- Sun Oct 1 16:42:37 2006
- Todo:
- try to move the enum TransType inside the class.
- make virtual function instead of switch in
TypeName (then remove TransType?)
- change the name to Transformation?
- check if the use of Default constructor is needed in children classes.
Definition in file Transform.hpp.