SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Transform.h File Reference
#include <Core/Persistent/Persistent.h>
#include <Core/GeometryPrimitives/share.h>

Go to the source code of this file.

Classes

class  Transform
 

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::Core
 
 SCIRun::Core::Geometry
 

Functions

SCISHARE Point operator* (Transform &t, const Point &d)
 
SCISHARE Vector operator* (Transform &t, const Vector &d)
 
SCISHARE Tensor operator* (const Transform &t, const Tensor &d)
 
SCISHARE Tensor operator* (const Tensor &d, const Transform &t)
 
SCISHARE void Pio (Piostream &, Transform *&)
 
SCISHARE void Pio_old (Piostream &, Transform &)
 
SCISHARE const TypeDescriptionget_type_description (Transform *)