|
VTK
|
#include <Allocators.h>
Public Types | |
| typedef vtkPoints | T |
| typedef vtkAlloc< T, NUM_COMPONENTS > | self |
| typedef std::size_t | size_type |
| typedef ptrdiff_t | difference_type |
| typedef T * | pointer |
| typedef const T * | const_pointer |
| typedef T & | reference |
| typedef const T & | const_reference |
| typedef T | value_type |
Public Member Functions | |
| pointer | allocate (size_type n, const_pointer hint=0) |
| void | deallocate (pointer p, size_type) |
Definition at line 68 of file Allocators.h.
| typedef vtkPoints vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::T |
Definition at line 70 of file Allocators.h.
| typedef vtkAlloc<T,NUM_COMPONENTS> vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::self |
Definition at line 71 of file Allocators.h.
| typedef std::size_t vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::size_type |
Definition at line 73 of file Allocators.h.
| typedef ptrdiff_t vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::difference_type |
Definition at line 74 of file Allocators.h.
| typedef T* vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::pointer |
Definition at line 75 of file Allocators.h.
| typedef const T* vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::const_pointer |
Definition at line 76 of file Allocators.h.
| typedef T& vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::reference |
Definition at line 77 of file Allocators.h.
| typedef const T& vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::const_reference |
Definition at line 78 of file Allocators.h.
| typedef T vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::value_type |
Definition at line 79 of file Allocators.h.
|
inline |
Definition at line 82 of file Allocators.h.
|
inline |
Definition at line 93 of file Allocators.h.
1.8.9.1