VTK
|
#include <vtkWebGLWidget.h>
Public Types | |
typedef vtkWebGLObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkWebGLWidget * | NewInstance () 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 vtkWebGLWidget * | New () |
static int | IsTypeOf (const char *type) |
static vtkWebGLWidget * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () 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 |
Widget representation for WebGL.
Definition at line 30 of file vtkWebGLWidget.h.
Reimplemented from vtkWebGLObject.
Definition at line 34 of file vtkWebGLWidget.h.
vtkWebGLWidget::vtkWebGLWidget | ( | ) | [protected] |
vtkWebGLWidget::~vtkWebGLWidget | ( | ) | [protected] |
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.
static vtkWebGLWidget* vtkWebGLWidget::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkWebGLObject.
virtual vtkObjectBase* vtkWebGLWidget::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkWebGLObject.
vtkWebGLWidget* vtkWebGLWidget::NewInstance | ( | ) | const |
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.
void vtkWebGLWidget::GenerateBinaryData | ( | ) | [virtual] |
Reimplemented from vtkWebGLObject.
unsigned char* vtkWebGLWidget::GetBinaryData | ( | int | part | ) | [virtual] |
Reimplemented from vtkWebGLObject.
int vtkWebGLWidget::GetBinarySize | ( | int | part | ) | [virtual] |
Reimplemented from vtkWebGLObject.
int vtkWebGLWidget::GetNumberOfParts | ( | ) | [virtual] |
Reimplemented from vtkWebGLObject.
void vtkWebGLWidget::GetDataFromColorMap | ( | vtkActor2D * | actor | ) |
unsigned char* vtkWebGLWidget::binaryData [protected] |
Definition at line 48 of file vtkWebGLWidget.h.
int vtkWebGLWidget::binarySize [protected] |
Definition at line 49 of file vtkWebGLWidget.h.
int vtkWebGLWidget::orientation [protected] |
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.
int vtkWebGLWidget::textPosition [protected] |
Definition at line 53 of file vtkWebGLWidget.h.
float vtkWebGLWidget::position[2] [protected] |
Definition at line 54 of file vtkWebGLWidget.h.
float vtkWebGLWidget::size[2] [protected] |
Definition at line 55 of file vtkWebGLWidget.h.
int vtkWebGLWidget::numberOfLabels [protected] |
Definition at line 56 of file vtkWebGLWidget.h.
std::vector<double*> vtkWebGLWidget::colors [protected] |
Definition at line 57 of file vtkWebGLWidget.h.