#include <vtkInformationInternals.h>
Collaboration diagram for vtkInformationInternals:

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.
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 |
| vtkInformationInternals::vtkInformationInternals | ( | ) | [inline] |
Definition at line 57 of file vtkInformationInternals.h.
References ComputeHashKey(), Keys, TableSize, and Values.
| vtkInformationInternals::vtkInformationInternals | ( | int | size | ) | [inline] |
Definition at line 69 of file vtkInformationInternals.h.
References ComputeHashKey(), Keys, TableSize, and Values.
| vtkInformationInternals::~vtkInformationInternals | ( | ) | [inline] |
| void vtkInformationInternals::ComputeHashKey | ( | int | size | ) | [inline] |
Definition at line 99 of file vtkInformationInternals.h.
References _stl_num_primes, and _stl_prime_list.
Referenced by vtkInformationInternals().
| unsigned short vtkInformationInternals::Hash | ( | unsigned long | hv | ) | [inline] |
Definition at line 122 of file vtkInformationInternals.h.
| unsigned short vtkInformationInternals::TableSize |
Definition at line 54 of file vtkInformationInternals.h.
Referenced by vtkInformationInternals(), and ~vtkInformationInternals().
| unsigned short vtkInformationInternals::HashKey |
Definition at line 55 of file vtkInformationInternals.h.
1.4.7