| 
    VTK
   
    
   
   | 
  
  
  
 
#include <vtkWebGLDataSet.h>


vtkWebGLDataSet represent vertices, lines, polygons, and triangles.
Definition at line 29 of file vtkWebGLDataSet.h.
| typedef vtkObject vtkWebGLDataSet::Superclass | 
Reimplemented from vtkObject.
Definition at line 33 of file vtkWebGLDataSet.h.
| vtkWebGLDataSet::vtkWebGLDataSet | ( | ) |  [protected] | 
        
| vtkWebGLDataSet::~vtkWebGLDataSet | ( | ) |  [protected] | 
        
| static vtkWebGLDataSet* vtkWebGLDataSet::New | ( | ) |  [static] | 
        
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
| static int vtkWebGLDataSet::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 vtkObject.
| virtual int vtkWebGLDataSet::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 vtkObject.
| static vtkWebGLDataSet* vtkWebGLDataSet::SafeDownCast | ( | vtkObjectBase * | o | ) |  [static] | 
        
Reimplemented from vtkObject.
| virtual vtkObjectBase* vtkWebGLDataSet::NewInstanceInternal | ( | ) |  const [protected, virtual] | 
        
Reimplemented from vtkObject.
| vtkWebGLDataSet* vtkWebGLDataSet::NewInstance | ( | ) | const | 
Reimplemented from vtkObject.
| void vtkWebGLDataSet::PrintSelf | ( | ostream & | os, | 
| vtkIndent | indent | ||
| ) |  [virtual] | 
        
| void vtkWebGLDataSet::SetVertices | ( | float * | v, | 
| int | size | ||
| ) | 
| void vtkWebGLDataSet::SetIndexes | ( | short * | i, | 
| int | size | ||
| ) | 
| void vtkWebGLDataSet::SetNormals | ( | float * | n | ) | 
| void vtkWebGLDataSet::SetColors | ( | unsigned char * | c | ) | 
| void vtkWebGLDataSet::SetPoints | ( | float * | p, | 
| int | size | ||
| ) | 
| void vtkWebGLDataSet::SetTCoords | ( | float * | t | ) | 
| void vtkWebGLDataSet::SetMatrix | ( | float * | m | ) | 
| void vtkWebGLDataSet::SetType | ( | WebGLObjectTypes | t | ) | 
| unsigned char* vtkWebGLDataSet::GetBinaryData | ( | ) | 
| void vtkWebGLDataSet::GenerateBinaryData | ( | ) | 
| bool vtkWebGLDataSet::HasChanged | ( | ) | 
| std::string vtkWebGLDataSet::GetMD5 | ( | ) | 
int vtkWebGLDataSet::NumberOfVertices [protected] | 
        
Definition at line 58 of file vtkWebGLDataSet.h.
int vtkWebGLDataSet::NumberOfPoints [protected] | 
        
Definition at line 59 of file vtkWebGLDataSet.h.
int vtkWebGLDataSet::NumberOfIndexes [protected] | 
        
Definition at line 60 of file vtkWebGLDataSet.h.
WebGLObjectTypes vtkWebGLDataSet::webGLType [protected] | 
        
Definition at line 61 of file vtkWebGLDataSet.h.
float* vtkWebGLDataSet::Matrix [protected] | 
        
Definition at line 63 of file vtkWebGLDataSet.h.
float* vtkWebGLDataSet::vertices [protected] | 
        
Definition at line 64 of file vtkWebGLDataSet.h.
float* vtkWebGLDataSet::normals [protected] | 
        
Definition at line 65 of file vtkWebGLDataSet.h.
short* vtkWebGLDataSet::indexes [protected] | 
        
Definition at line 66 of file vtkWebGLDataSet.h.
float* vtkWebGLDataSet::points [protected] | 
        
Definition at line 67 of file vtkWebGLDataSet.h.
float* vtkWebGLDataSet::tcoords [protected] | 
        
Definition at line 68 of file vtkWebGLDataSet.h.
unsigned char* vtkWebGLDataSet::colors [protected] | 
        
Definition at line 69 of file vtkWebGLDataSet.h.
unsigned char* vtkWebGLDataSet::binary [protected] | 
        
Definition at line 70 of file vtkWebGLDataSet.h.
int vtkWebGLDataSet::binarySize [protected] | 
        
Definition at line 71 of file vtkWebGLDataSet.h.
bool vtkWebGLDataSet::hasChanged [protected] | 
        
Definition at line 72 of file vtkWebGLDataSet.h.
std::string vtkWebGLDataSet::MD5 [protected] | 
        
Definition at line 73 of file vtkWebGLDataSet.h.
 1.8.0