VTK  9.4.20241128
Public Member Functions | Public Attributes | List of all members
vtkDGOperationBase::RangeKey Struct Reference

A range of cell IDs handled by a vtkDGCell::Source instance. More...

#include <vtkDGOperation.h>

Public Member Functions

bool Contains (vtkTypeUInt64 cellId) const
 
bool ContainedBy (const RangeKey &other) const
 
bool operator< (const RangeKey &other) const
 

Public Attributes

vtkTypeUInt64 Begin
 
vtkTypeUInt64 End
 

Detailed Description

A range of cell IDs handled by a vtkDGCell::Source instance.

Definition at line 21 of file vtkDGOperation.h.

Member Function Documentation

◆ Contains()

bool vtkDGOperationBase::RangeKey::Contains ( vtkTypeUInt64  cellId) const

◆ ContainedBy()

bool vtkDGOperationBase::RangeKey::ContainedBy ( const RangeKey other) const

◆ operator<()

bool vtkDGOperationBase::RangeKey::operator< ( const RangeKey other) const

Member Data Documentation

◆ Begin

vtkTypeUInt64 vtkDGOperationBase::RangeKey::Begin

Definition at line 23 of file vtkDGOperation.h.

◆ End

vtkTypeUInt64 vtkDGOperationBase::RangeKey::End

Definition at line 24 of file vtkDGOperation.h.


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