#include "vtkConfigure.h"
Include dependency graph for vtkType.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | VTK_VOID 0 | 
| #define | VTK_BIT 1 | 
| #define | VTK_CHAR 2 | 
| #define | VTK_SIGNED_CHAR 15 | 
| #define | VTK_UNSIGNED_CHAR 3 | 
| #define | VTK_SHORT 4 | 
| #define | VTK_UNSIGNED_SHORT 5 | 
| #define | VTK_INT 6 | 
| #define | VTK_UNSIGNED_INT 7 | 
| #define | VTK_LONG 8 | 
| #define | VTK_UNSIGNED_LONG 9 | 
| #define | VTK_FLOAT 10 | 
| #define | VTK_DOUBLE 11 | 
| #define | VTK_ID_TYPE 12 | 
| #define | VTK_STRING 13 | 
| #define | VTK_OPAQUE 14 | 
| #define | VTK_LONG_LONG 16 | 
| #define | VTK_UNSIGNED_LONG_LONG 17 | 
| #define | VTK___INT64 18 | 
| #define | VTK_UNSIGNED___INT64 19 | 
| #define | VTK_POLY_DATA 0 | 
| #define | VTK_STRUCTURED_POINTS 1 | 
| #define | VTK_STRUCTURED_GRID 2 | 
| #define | VTK_RECTILINEAR_GRID 3 | 
| #define | VTK_UNSTRUCTURED_GRID 4 | 
| #define | VTK_PIECEWISE_FUNCTION 5 | 
| #define | VTK_IMAGE_DATA 6 | 
| #define | VTK_DATA_OBJECT 7 | 
| #define | VTK_DATA_SET 8 | 
| #define | VTK_POINT_SET 9 | 
| #define | VTK_UNIFORM_GRID 10 | 
| #define | VTK_COMPOSITE_DATA_SET 11 | 
| #define | VTK_HIERARCHICAL_DATA_SET 12 | 
| #define | VTK_HIERARCHICAL_BOX_DATA_SET 13 | 
| #define | VTK_GENERIC_DATA_SET 14 | 
| #define | VTK_TYPE_CAST(T, V) ((T)(V)) | 
| #define | VTK_BIT_MIN 0 | 
| #define | VTK_BIT_MAX 1 | 
| #define | VTK_CHAR_MIN VTK_TYPE_CAST(char, 0u) | 
| #define | VTK_CHAR_MAX VTK_TYPE_CAST(char, 0xffu) | 
| #define | VTK_SIGNED_CHAR_MIN VTK_TYPE_CAST(signed char, 0x80) | 
| #define | VTK_SIGNED_CHAR_MAX VTK_TYPE_CAST(signed char, 0x7f) | 
| #define | VTK_UNSIGNED_CHAR_MIN VTK_TYPE_CAST(unsigned char, 0u) | 
| #define | VTK_UNSIGNED_CHAR_MAX VTK_TYPE_CAST(unsigned char, 0xffu) | 
| #define | VTK_SHORT_MIN VTK_TYPE_CAST(short, 0x8000) | 
| #define | VTK_SHORT_MAX VTK_TYPE_CAST(short, 0x7fff) | 
| #define | VTK_UNSIGNED_SHORT_MIN VTK_TYPE_CAST(unsigned short, 0u) | 
| #define | VTK_UNSIGNED_SHORT_MAX VTK_TYPE_CAST(unsigned short, 0xffffu) | 
| #define | VTK_INT_MIN VTK_TYPE_CAST(int, ~(~0u >> 1)) | 
| #define | VTK_INT_MAX VTK_TYPE_CAST(int, ~0u >> 1) | 
| #define | VTK_UNSIGNED_INT_MIN VTK_TYPE_CAST(unsigned int, 0) | 
| #define | VTK_UNSIGNED_INT_MAX VTK_TYPE_CAST(unsigned int, ~0u) | 
| #define | VTK_LONG_MIN VTK_TYPE_CAST(long, ~(~0ul >> 1)) | 
| #define | VTK_LONG_MAX VTK_TYPE_CAST(long, ~0ul >> 1) | 
| #define | VTK_UNSIGNED_LONG_MIN VTK_TYPE_CAST(unsigned long, 0ul) | 
| #define | VTK_UNSIGNED_LONG_MAX VTK_TYPE_CAST(unsigned long, ~0ul) | 
| #define | VTK_FLOAT_MIN VTK_TYPE_CAST(float, -1.0e+38f) | 
| #define | VTK_FLOAT_MAX VTK_TYPE_CAST(float, 1.0e+38f) | 
| #define | VTK_DOUBLE_MIN VTK_TYPE_CAST(double, -1.0e+299) | 
| #define | VTK_DOUBLE_MAX VTK_TYPE_CAST(double, 1.0e+299) | 
| #define | VTK_LARGE_INTEGER VTK_INT_MAX | 
| #define | VTK_LARGE_FLOAT VTK_FLOAT_MAX | 
| #define | VTK_HAS_ID_TYPE | 
| #define | VTK_SIZEOF_ID_TYPE VTK_SIZEOF_INT | 
| #define | VTK_LARGE_ID VTK_INT_MAX | 
| #define | vtkFloatingPointType vtkFloatingPointType | 
Typedefs | |
| typedef int | vtkIdType | 
| typedef double | vtkFloatingPointType | 
      
  | 
  
| 
 
 Definition at line 24 of file vtkType.h. Referenced by vtkVoidArray::GetDataType().  | 
  
      
  | 
  
| 
 
 Definition at line 25 of file vtkType.h. Referenced by vtkBitArray::GetDataType(), and vtkPoints::SetDataTypeToBit().  | 
  
      
  | 
  
      
  | 
  
| 
 
 Definition at line 27 of file vtkType.h. Referenced by vtkSignedCharArray::GetDataType(), and vtkImageThreshold::SetOutputScalarTypeToSignedChar().  | 
  
      
  | 
  
      
  | 
  
      
  | 
  
      
  | 
  
      
  | 
  
      
  | 
  
      
  | 
  
      
  | 
  
      
  | 
  
      
  | 
  
| 
 
 Definition at line 37 of file vtkType.h. Referenced by vtkIdTypeArray::GetDataType().  | 
  
      
  | 
  
| 
 
 Definition at line 41 of file vtkType.h. Referenced by vtkStringArray::GetDataType().  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 45 of file vtkType.h. Referenced by vtkLongLongArray::GetDataType().  | 
  
      
  | 
  
| 
 
 Definition at line 46 of file vtkType.h. Referenced by vtkUnsignedLongLongArray::GetDataType().  | 
  
      
  | 
  
| 
 
 Definition at line 49 of file vtkType.h. Referenced by vtk__Int64Array::GetDataType().  | 
  
      
  | 
  
| 
 
 Definition at line 53 of file vtkType.h. Referenced by vtkUnsigned__Int64Array::GetDataType().  | 
  
      
  | 
  
| 
 
 Definition at line 57 of file vtkType.h. Referenced by vtkPolyData::GetDataObjectType(), and vtkDataObjectToDataSetFilter::SetDataSetTypeToPolyData().  | 
  
      
  | 
  
| 
 
 Definition at line 58 of file vtkType.h. Referenced by vtkStructuredPoints::GetDataObjectType(), and vtkDataObjectToDataSetFilter::SetDataSetTypeToStructuredPoints().  | 
  
      
  | 
  
| 
 
 Definition at line 59 of file vtkType.h. Referenced by vtkStructuredGrid::GetDataObjectType(), and vtkDataObjectToDataSetFilter::SetDataSetTypeToStructuredGrid().  | 
  
      
  | 
  
| 
 
 Definition at line 60 of file vtkType.h. Referenced by vtkRectilinearGrid::GetDataObjectType(), and vtkDataObjectToDataSetFilter::SetDataSetTypeToRectilinearGrid().  | 
  
      
  | 
  
| 
 
 Definition at line 61 of file vtkType.h. Referenced by vtkUnstructuredGrid::GetDataObjectType(), and vtkDataObjectToDataSetFilter::SetDataSetTypeToUnstructuredGrid().  | 
  
      
  | 
  
| 
 
 Definition at line 62 of file vtkType.h. Referenced by vtkPiecewiseFunction::GetDataObjectType().  | 
  
      
  | 
  
| 
 
 Definition at line 63 of file vtkType.h. Referenced by vtkImageData::GetDataObjectType().  | 
  
      
  | 
  
| 
 
 Definition at line 64 of file vtkType.h. Referenced by vtkImageStencilData::GetDataObjectType(), and vtkDataObject::GetDataObjectType().  | 
  
      
  | 
  
| 
 
 Definition at line 65 of file vtkType.h. Referenced by vtkDataSet::GetDataObjectType().  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 67 of file vtkType.h. Referenced by vtkUniformGrid::GetDataObjectType().  | 
  
      
  | 
  
| 
 
 Definition at line 68 of file vtkType.h. Referenced by vtkCompositeDataSet::GetDataObjectType().  | 
  
      
  | 
  
| 
 
 Definition at line 69 of file vtkType.h. Referenced by vtkHierarchicalDataSet::GetDataObjectType().  | 
  
      
  | 
  
| 
 
 Definition at line 70 of file vtkType.h. Referenced by vtkHierarchicalBoxDataSet::GetDataObjectType().  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 100 of file vtkType.h. Referenced by vtkImageReslice::SetOutputExtentToDefault().  | 
  
      
  | 
  
| 
 
 Definition at line 101 of file vtkType.h. Referenced by vtkImageReslice::SetOutputExtentToDefault().  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 111 of file vtkType.h. Referenced by vtkPriorityQueue::DeleteId(), vtkPriorityQueue::GetPriority(), vtkImageReslice::SetOutputOriginToDefault(), and vtkImageReslice::SetOutputSpacingToDefault().  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
 1.4.3-20050530