Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkPerspectiveTransform Member List
This is the complete list of members for vtkPerspectiveTransform, including all inherited members.
- AddObserver(unsigned long event, vtkCommand *)
- AddObserver(const char *event, vtkCommand *)
- AdjustViewport(double oldXMin, double oldXMax, double oldYMin, double oldYMax, double newXMin, double newXMax, double newYMin, double newYMax)
- AdjustZBuffer(double oldNearZ, double oldFarZ, double newNearZ, double newFarZ)
- BreakOnError()
[static]
- CircuitCheck(vtkAbstractTransform *transform)
[virtual]
- Concatenate(vtkMatrix4x4 *matrix)
[inline]
- Concatenate(const double elements[16])
[inline]
- Concatenate(vtkHomogeneousTransform *transform)
- Concatenation
[protected]
- Debug
[protected]
- DebugOff()
[virtual]
- DebugOn()
[virtual]
- DeepCopy(vtkAbstractTransform *)
- Delete()
[virtual]
- Frustum(double xmin, double xmax, double ymin, double ymax, double znear, double zfar)
- GetClassName()
[virtual]
- GetCommand(unsigned long tag)
- GetDebug()
- GetGlobalWarningDisplay()
[static]
- GetHomogeneousInverse()
[inline]
- GetInput()
[inline]
- GetInverse()
- GetMatrix(vtkMatrix4x4 *m)
- GetMatrix()
[inline]
- GetMatrixPointer()
[inline]
- GetMTime()
[virtual]
- GetReferenceCount()
[inline]
- GlobalWarningDisplayOff()
[inline, static]
- GlobalWarningDisplayOn()
[inline, static]
- HasObserver(unsigned long event)
- HasObserver(const char *event)
- Identity()
[inline]
- Input
[protected]
- InternalDeepCopy(vtkAbstractTransform *t)
[protected, virtual]
- InternalDoublePoint
[protected]
- InternalFloatPoint
[protected]
- InternalTransformDerivative(const float in[3], float out[3], float derivative[3][3])
[virtual]
- InternalTransformDerivative(const double in[3], double out[3], double derivative[3][3])
[virtual]
- InternalTransformPoint(const float in[3], float out[3])
[virtual]
- InternalTransformPoint(const double in[3], double out[3])
[virtual]
- InternalUpdate()
[protected, virtual]
- Inverse()
[inline, virtual]
- InvokeEvent(unsigned long event, void *callData)
- InvokeEvent(const char *event, void *callData)
- IsA(const char *type)
[virtual]
- IsTypeOf(const char *type)
[static]
- MakeTransform()
[virtual]
- Matrix
[protected]
- Modified()
[inline, virtual]
- MTime
[protected]
- New()
[static]
- operator=(const vtkPerspectiveTransform &)
[inline, protected]
- vtkHomogeneousTransform::operator=(const vtkHomogeneousTransform &)
[inline]
- vtkAbstractTransform::operator=(const vtkAbstractTransform &)
[inline]
- vtkObject::operator=(const vtkObject &)
[inline]
- Ortho(double xmin, double xmax, double ymin, double ymax, double znear, double zfar)
- Perspective(double angle, double aspect, double znear, double zfar)
- Pop()
[inline]
- PostMultiply()
[inline]
- PreMultiply()
[inline]
- Print(ostream &os)
- PrintHeader(ostream &os, vtkIndent indent)
[virtual]
- PrintSelf(ostream &os, vtkIndent indent)
[virtual]
- PrintTrailer(ostream &os, vtkIndent indent)
[virtual]
- Push()
[inline]
- ReferenceCount
[protected]
- Register(vtkObject *o)
- RemoveObserver(unsigned long tag)
- RotateWXYZ(double angle, double x, double y, double z)
[inline]
- RotateWXYZ(double angle, const double axis[3])
[inline]
- RotateWXYZ(double angle, const float axis[3])
[inline]
- RotateX(double angle)
[inline]
- RotateY(double angle)
[inline]
- RotateZ(double angle)
[inline]
- SafeDownCast(vtkObject *o)
[static]
- Scale(double x, double y, double z)
[inline]
- Scale(const double s[3])
[inline]
- Scale(const float s[3])
[inline]
- SetDebug(unsigned char debugFlag)
- SetGlobalWarningDisplay(int val)
[static]
- SetInput(vtkHomogeneousTransform *input)
- SetInverse(vtkAbstractTransform *transform)
- SetMatrix(vtkMatrix4x4 *matrix)
[inline]
- SetMatrix(const double elements[16])
[inline]
- SetReferenceCount(int)
- SetupCamera(const double position[3], const double focalpoint[3], const double viewup[3])
- Shear(double dxdz, double dydz, double zplane)
- Stack
[protected]
- Stereo(double angle, double focaldistance)
- SubjectHelper
[protected]
- TransformDoubleNormalAtPoint(const double point[3], const double normal[3])
[inline]
- TransformDoublePoint(double x, double y, double z)
[inline]
- TransformDoublePoint(const double point[3])
[inline]
- TransformDoubleVectorAtPoint(const double point[3], const double vector[3])
[inline]
- TransformFloatNormalAtPoint(const float point[3], const float normal[3])
[inline]
- TransformFloatPoint(float x, float y, float z)
[inline]
- TransformFloatPoint(const float point[3])
[inline]
- TransformFloatVectorAtPoint(const float point[3], const float vector[3])
[inline]
- TransformNormalAtPoint(const float point[3], const float in[3], float out[3])
- TransformNormalAtPoint(const double point[3], const double in[3], double out[3])
- TransformNormalAtPoint(const double point[3], const double normal[3])
[inline]
- TransformPoint(const float in[3], float out[3])
[inline]
- TransformPoint(const double in[3], double out[3])
[inline]
- TransformPoint(double x, double y, double z)
[inline]
- TransformPoint(const double point[3])
[inline]
- TransformPoints(vtkPoints *inPts, vtkPoints *outPts)
[virtual]
- TransformPointsNormalsVectors(vtkPoints *inPts, vtkPoints *outPts, vtkNormals *inNms, vtkNormals *outNms, vtkVectors *inVrs, vtkVectors *outVrs)
[virtual]
- TransformVectorAtPoint(const float point[3], const float in[3], float out[3])
- TransformVectorAtPoint(const double point[3], const double in[3], double out[3])
- TransformVectorAtPoint(const double point[3], const double vector[3])
[inline]
- Translate(double x, double y, double z)
[inline]
- Translate(const double x[3])
[inline]
- Translate(const float x[3])
[inline]
- UnRegister(vtkObject *O)
[virtual]
- Update()
- vtkAbstractTransform()
[protected]
- vtkAbstractTransform(const vtkAbstractTransform &)
[inline, protected]
- vtkHomogeneousTransform()
[protected]
- vtkHomogeneousTransform(const vtkHomogeneousTransform &)
[inline, protected]
- vtkObject()
[protected]
- vtkObject(const vtkObject &)
[inline, protected]
- vtkPerspectiveTransform()
[protected]
- vtkPerspectiveTransform(const vtkPerspectiveTransform &t)
[protected]
- ~vtkAbstractTransform()
[protected]
- ~vtkHomogeneousTransform()
[protected]
- ~vtkObject()
[protected, virtual]
- ~vtkPerspectiveTransform()
[protected]
Generated on Wed Nov 21 12:57:09 2001 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001