Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkMesaImageActor Class Reference

#include <vtkMesaImageActor.h>

Inheritance diagram for vtkMesaImageActor:

Inheritance graph
[legend]
Collaboration diagram for vtkMesaImageActor:

Collaboration graph
[legend]
List of all members.

Detailed Description

Mesa texture map.

vtkMesaImageActor is a concrete implementation of the abstract class vtkImageActor. vtkMesaImageActor interfaces to the Mesa rendering library.

Created by:
  • Martin, Ken
CVS contributions (if > 5%):
  • Martin, Ken (66%)
  • Schroeder, Will (10%)
  • Hoffman, Bill (8%)
  • Gobbi, David (5%)
CVS logs (CVSweb):
  • .h (/Rendering/vtkMesaImageActor.h)
  • .cxx (/Rendering/vtkMesaImageActor.cxx)

Definition at line 44 of file vtkMesaImageActor.h.

Public Types

typedef vtkImageActor Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void PrintSelf (ostream &os, vtkIndent indent)
void Load (vtkRenderer *ren)
void Render (vtkRenderer *ren)
void ReleaseGraphicsResources (vtkWindow *)

Static Public Member Functions

vtkMesaImageActorNew ()
int IsTypeOf (const char *type)
vtkMesaImageActorSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkMesaImageActor ()
 ~vtkMesaImageActor ()
unsigned char * MakeDataSuitable (int &xsize, int &ysize, int &release, int &reuseTexture)

Protected Attributes

vtkTimeStamp LoadTime
long Index
vtkRenderWindowRenderWindow
double Coords [12]
double TCoords [8]
int TextureSize [2]

Static Protected Attributes

long GlobalIndex


Member Typedef Documentation

typedef vtkImageActor vtkMesaImageActor::Superclass
 

Reimplemented from vtkImageActor.

Definition at line 48 of file vtkMesaImageActor.h.


Constructor & Destructor Documentation

vtkMesaImageActor::vtkMesaImageActor  )  [protected]
 

vtkMesaImageActor::~vtkMesaImageActor  )  [protected]
 


Member Function Documentation

vtkMesaImageActor* vtkMesaImageActor::New  )  [static]
 

Instantiate the image actor.

Reimplemented from vtkImageActor.

virtual const char* vtkMesaImageActor::GetClassName  )  [virtual]
 

Reimplemented from vtkImageActor.

int vtkMesaImageActor::IsTypeOf const char *  type  )  [static]
 

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageActor.

virtual int vtkMesaImageActor::IsA const char *  type  )  [virtual]
 

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageActor.

vtkMesaImageActor* vtkMesaImageActor::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkImageActor.

virtual void vtkMesaImageActor::PrintSelf ostream &  os,
vtkIndent  indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkImageActor.

void vtkMesaImageActor::Load vtkRenderer ren  ) 
 

Implement base class method.

void vtkMesaImageActor::Render vtkRenderer ren  )  [virtual]
 

Implement base class method.

Reimplemented from vtkImageActor.

void vtkMesaImageActor::ReleaseGraphicsResources vtkWindow  )  [virtual]
 

Release any graphics resources that are being consumed by this texture. The parameter window could be used to determine which graphic resources to release. Using the same texture object in multiple render windows is NOT currently supported.

Reimplemented from vtkProp.

unsigned char* vtkMesaImageActor::MakeDataSuitable int &  xsize,
int &  ysize,
int &  release,
int &  reuseTexture
[protected]
 


Member Data Documentation

vtkTimeStamp vtkMesaImageActor::LoadTime [protected]
 

Definition at line 70 of file vtkMesaImageActor.h.

long vtkMesaImageActor::Index [protected]
 

Definition at line 71 of file vtkMesaImageActor.h.

long vtkMesaImageActor::GlobalIndex [static, protected]
 

Definition at line 72 of file vtkMesaImageActor.h.

vtkRenderWindow* vtkMesaImageActor::RenderWindow [protected]
 

Definition at line 73 of file vtkMesaImageActor.h.

double vtkMesaImageActor::Coords[12] [protected]
 

Definition at line 74 of file vtkMesaImageActor.h.

double vtkMesaImageActor::TCoords[8] [protected]
 

Definition at line 75 of file vtkMesaImageActor.h.

int vtkMesaImageActor::TextureSize[2] [protected]
 

Definition at line 76 of file vtkMesaImageActor.h.


The documentation for this class was generated from the following file: