Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Common/KWCommon/vtkContainer.h File Reference

#include "vtkObjectBase.h"
#include "vtkSetGet.h"

Include dependency graph for vtkContainer.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Classes

class  vtkContainer
 a base class for templated containers More...


Function Documentation

template<class DType>
int vtkContainerDefaultCompare DType &  k1,
DType &  k2
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 87 of file vtkContainer.h.

Referenced by vtkContainerCompareMethod().

int vtkContainerCompareMethod vtkObjectBase d1,
vtkObjectBase d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 93 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod char  d1,
char  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 95 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod short  d1,
short  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 97 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod int  d1,
int  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 99 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod long  d1,
long  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 101 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod unsigned char  d1,
unsigned char  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 103 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod unsigned short  d1,
unsigned short  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 105 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod unsigned int  d1,
unsigned int  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 107 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod unsigned long  d1,
unsigned long  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 109 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod float  d1,
float  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 125 of file vtkContainer.h.

References vtkContainerDefaultCompare().

int vtkContainerCompareMethod double  d1,
double  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 127 of file vtkContainer.h.

References vtkContainerDefaultCompare().

VTK_EXPORT int vtkContainerCompareMethod const char *  d1,
const char *  d2
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

VTK_EXPORT int vtkContainerCompareMethod char *  d1,
char *  d2
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

int vtkContainerCompareMethod void *  d1,
void *  d2
[inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 131 of file vtkContainer.h.

References vtkContainerDefaultCompare().

Referenced by vtkContainerCompareMethod().

template<class DType>
DType vtkContainerDefaultCreate DType  k2  ) 
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 135 of file vtkContainer.h.

Referenced by vtkContainerCreateMethod().

vtkObjectBase* vtkContainerCreateMethod vtkObjectBase d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 137 of file vtkContainer.h.

char vtkContainerCreateMethod char  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 139 of file vtkContainer.h.

References vtkContainerDefaultCreate().

short vtkContainerCreateMethod short  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 141 of file vtkContainer.h.

References vtkContainerDefaultCreate().

int vtkContainerCreateMethod int  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 143 of file vtkContainer.h.

References vtkContainerDefaultCreate().

long vtkContainerCreateMethod long  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 145 of file vtkContainer.h.

References vtkContainerDefaultCreate().

unsigned char vtkContainerCreateMethod unsigned char  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 147 of file vtkContainer.h.

References vtkContainerDefaultCreate().

unsigned short vtkContainerCreateMethod unsigned short  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 149 of file vtkContainer.h.

References vtkContainerDefaultCreate().

unsigned int vtkContainerCreateMethod unsigned int  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 151 of file vtkContainer.h.

References vtkContainerDefaultCreate().

unsigned long vtkContainerCreateMethod unsigned long  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 153 of file vtkContainer.h.

References vtkContainerDefaultCreate().

float vtkContainerCreateMethod float  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 167 of file vtkContainer.h.

References vtkContainerDefaultCreate().

double vtkContainerCreateMethod double  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 169 of file vtkContainer.h.

References vtkContainerDefaultCreate().

VTK_EXPORT const char* vtkContainerCreateMethod const char *  d1  ) 
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

VTK_EXPORT char* vtkContainerCreateMethod char *  d1  ) 
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

void* vtkContainerCreateMethod void *  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 173 of file vtkContainer.h.

References vtkContainerDefaultCreate().

Referenced by vtkContainerCreateMethod().

void vtkContainerDeleteMethod vtkObjectBase d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 176 of file vtkContainer.h.

void vtkContainerDeleteMethod char   )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 178 of file vtkContainer.h.

void vtkContainerDeleteMethod short   )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 179 of file vtkContainer.h.

void vtkContainerDeleteMethod int   )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 180 of file vtkContainer.h.

void vtkContainerDeleteMethod long   )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 181 of file vtkContainer.h.

void vtkContainerDeleteMethod unsigned  long  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 182 of file vtkContainer.h.

void vtkContainerDeleteMethod float   )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 194 of file vtkContainer.h.

void vtkContainerDeleteMethod double   )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 195 of file vtkContainer.h.

void vtkContainerDeleteMethod const char *  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 196 of file vtkContainer.h.

void vtkContainerDeleteMethod char *  d1  )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 198 of file vtkContainer.h.

void vtkContainerDeleteMethod void *   )  [inline, static]
 

The following methods provide all the necessary operations that are done. vtkContainerCompareMethod - compares two items in container and returns 0 if they are the same, -1 if first one comes before the second one, and 1 if the second one commes before the first one. vtkContainerCreateMethod - tells container what to do with the item in order to store it in the container. For strings it makes a copy of it. For vtkObjectBase subclasses it registers it. vtkContainerDeleteMethod

  • tells container what to do with the item when the item is being removed from the container. Strings are deleted and vtkObjectBase subclasses are unregistered.

Definition at line 199 of file vtkContainer.h.

Referenced by vtkContainerDeleteMethod().


Generated on Tue May 30 12:31:51 2006 for ParaView by doxygen 1.3.5