VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkWebGLWidget Class Reference

#include <vtkWebGLWidget.h>

Inheritance diagram for vtkWebGLWidget:
Inheritance graph
[legend]
Collaboration diagram for vtkWebGLWidget:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkWebGLObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkWebGLWidgetNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void GenerateBinaryData ()
unsigned char * GetBinaryData (int part)
int GetBinarySize (int part)
int GetNumberOfParts ()
void GetDataFromColorMap (vtkActor2D *actor)

Static Public Member Functions

static vtkWebGLWidgetNew ()
static int IsTypeOf (const char *type)
static vtkWebGLWidgetSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkWebGLWidget ()
 ~vtkWebGLWidget ()

Protected Attributes

unsigned char * binaryData
int binarySize
int orientation
char * title
char * textFormat
int textPosition
float position [2]
float size [2]
int numberOfLabels
std::vector< double * > colors

Detailed Description

Widget representation for WebGL.

Definition at line 30 of file vtkWebGLWidget.h.


Member Typedef Documentation

Reimplemented from vtkWebGLObject.

Definition at line 34 of file vtkWebGLWidget.h.


Constructor & Destructor Documentation


Member Function Documentation

static vtkWebGLWidget* vtkWebGLWidget::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkWebGLObject.

static int vtkWebGLWidget::IsTypeOf ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkWebGLObject.

virtual int vtkWebGLWidget::IsA ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkWebGLObject.

Reimplemented from vtkWebGLObject.

virtual vtkObjectBase* vtkWebGLWidget::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkWebGLObject.

Reimplemented from vtkWebGLObject.

void vtkWebGLWidget::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 vtkWebGLObject.

Reimplemented from vtkWebGLObject.

unsigned char* vtkWebGLWidget::GetBinaryData ( int  part) [virtual]

Reimplemented from vtkWebGLObject.

int vtkWebGLWidget::GetBinarySize ( int  part) [virtual]

Reimplemented from vtkWebGLObject.

Reimplemented from vtkWebGLObject.


Member Data Documentation

unsigned char* vtkWebGLWidget::binaryData [protected]

Definition at line 48 of file vtkWebGLWidget.h.

Definition at line 49 of file vtkWebGLWidget.h.

Definition at line 50 of file vtkWebGLWidget.h.

char* vtkWebGLWidget::title [protected]

Definition at line 51 of file vtkWebGLWidget.h.

char* vtkWebGLWidget::textFormat [protected]

Definition at line 52 of file vtkWebGLWidget.h.

Definition at line 53 of file vtkWebGLWidget.h.

Definition at line 54 of file vtkWebGLWidget.h.

float vtkWebGLWidget::size[2] [protected]

Definition at line 55 of file vtkWebGLWidget.h.

Definition at line 56 of file vtkWebGLWidget.h.

std::vector<double*> vtkWebGLWidget::colors [protected]

Definition at line 57 of file vtkWebGLWidget.h.


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