| 
    VTK
    9.3.0
    
   | 
 
#include <vtkCollectionRange.h>
Public Types | |
| using | ItemType = typename GetCollectionItemType< CollectionType >::Type | 
| using | size_type = int | 
| using | iterator = CollectionIterator< CollectionType > | 
| using | const_iterator = CollectionIterator< CollectionType > | 
| using | reference = ItemType * | 
| using | const_reference = ItemType * | 
| using | value_type = ItemType * | 
Public Member Functions | |
| CollectionRange (CollectionType *coll) noexcept | |
| CollectionType * | GetCollection () const noexcept | 
| size_type | size () const noexcept | 
| iterator | begin () const | 
| iterator | end () const | 
| const_iterator | cbegin () const | 
| const_iterator | cend () const | 
Definition at line 168 of file vtkCollectionRange.h.
| using vtk::detail::CollectionRange< CollectionType >::ItemType = typename GetCollectionItemType<CollectionType>::Type | 
Definition at line 172 of file vtkCollectionRange.h.
| using vtk::detail::CollectionRange< CollectionType >::size_type = int | 
Definition at line 176 of file vtkCollectionRange.h.
| using vtk::detail::CollectionRange< CollectionType >::iterator = CollectionIterator<CollectionType> | 
Definition at line 177 of file vtkCollectionRange.h.
| using vtk::detail::CollectionRange< CollectionType >::const_iterator = CollectionIterator<CollectionType> | 
Definition at line 178 of file vtkCollectionRange.h.
| using vtk::detail::CollectionRange< CollectionType >::reference = ItemType* | 
Definition at line 179 of file vtkCollectionRange.h.
| using vtk::detail::CollectionRange< CollectionType >::const_reference = ItemType* | 
Definition at line 180 of file vtkCollectionRange.h.
| using vtk::detail::CollectionRange< CollectionType >::value_type = ItemType* | 
Definition at line 181 of file vtkCollectionRange.h.
      
  | 
  inlinenoexcept | 
Definition at line 183 of file vtkCollectionRange.h.
      
  | 
  inlinenoexcept | 
Definition at line 189 of file vtkCollectionRange.h.
      
  | 
  inlinenoexcept | 
Definition at line 191 of file vtkCollectionRange.h.
      
  | 
  inline | 
Definition at line 193 of file vtkCollectionRange.h.
      
  | 
  inline | 
Definition at line 201 of file vtkCollectionRange.h.
      
  | 
  inline | 
Definition at line 204 of file vtkCollectionRange.h.
      
  | 
  inline | 
Definition at line 213 of file vtkCollectionRange.h.