Public Member Functions | Public Attributes

vtkInformationInternals Class Reference

internal structure for vtkInformation More...

#include <vtkInformationInternals.h>

Collaboration diagram for vtkInformationInternals:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 vtkInformationInternals ()
 vtkInformationInternals (int size)
 ~vtkInformationInternals ()
void ComputeHashKey (int size)
unsigned short Hash (unsigned long hv)

Public Attributes

vtkInformationKey ** Keys
vtkObjectBase ** Values
unsigned short TableSize
unsigned short HashKey

Detailed Description

internal structure for vtkInformation

vtkInformationInternals is used in internal implementation of vtkInformation. This should only be accessed by friends and sub-classes of that class.

Definition at line 46 of file vtkInformationInternals.h.


Constructor & Destructor Documentation

vtkInformationInternals::vtkInformationInternals (  )  [inline]

Definition at line 57 of file vtkInformationInternals.h.

vtkInformationInternals::vtkInformationInternals ( int  size  )  [inline]

Definition at line 69 of file vtkInformationInternals.h.

vtkInformationInternals::~vtkInformationInternals (  )  [inline]

Definition at line 82 of file vtkInformationInternals.h.


Member Function Documentation

void vtkInformationInternals::ComputeHashKey ( int  size  )  [inline]

Definition at line 99 of file vtkInformationInternals.h.

unsigned short vtkInformationInternals::Hash ( unsigned long  hv  )  [inline]

Definition at line 122 of file vtkInformationInternals.h.


Member Data Documentation

Definition at line 52 of file vtkInformationInternals.h.

Definition at line 53 of file vtkInformationInternals.h.

Definition at line 54 of file vtkInformationInternals.h.

Definition at line 55 of file vtkInformationInternals.h.


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