Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkTypeUInt32Array Class Reference

#include <vtkTypeUInt32Array.h>

Inherits vtkTypeArrayBase.

Public Types

typedef vtkUnsignedIntArray Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 

Static Public Member Functions

static vtkTypeUInt32ArrayNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTypeUInt32ArraySafeDownCast (vtkObject *o)
 
static vtkTypeUInt32ArrayFastDownCast (vtkAbstractArray *source)
 

Protected Member Functions

 vtkTypeUInt32Array ()
 
 ~vtkTypeUInt32Array () override
 

Detailed Description

Definition at line 28 of file vtkTypeUInt32Array.h.

Member Typedef Documentation

◆ Superclass

Definition at line 32 of file vtkTypeUInt32Array.h.

Constructor & Destructor Documentation

◆ vtkTypeUInt32Array()

vtkTypeUInt32Array::vtkTypeUInt32Array ( )
protected

◆ ~vtkTypeUInt32Array()

vtkTypeUInt32Array::~vtkTypeUInt32Array ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkTypeUInt32Array* vtkTypeUInt32Array::New ( )
static

◆ GetClassName()

virtual const char* vtkTypeUInt32Array::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkTypeUInt32Array::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkTypeUInt32Array::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkTypeUInt32Array* vtkTypeUInt32Array::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkTypeUInt32Array::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ FastDownCast()

static vtkTypeUInt32Array* vtkTypeUInt32Array::FastDownCast ( vtkAbstractArray source)
inlinestatic

Definition at line 37 of file vtkTypeUInt32Array.h.


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