VTK  9.1.0
Classes | Functions
vtkDispatcherCommon Namespace Reference

Classes

struct  DynamicCaster
 
class  TypeInfo
 
struct  vtkCaster
 

Functions

bool operator== (const TypeInfo &lhs, const TypeInfo &rhs)
 
bool operator< (const TypeInfo &lhs, const TypeInfo &rhs)
 
bool operator!= (const TypeInfo &lhs, const TypeInfo &rhs)
 
bool operator> (const TypeInfo &lhs, const TypeInfo &rhs)
 
bool operator<= (const TypeInfo &lhs, const TypeInfo &rhs)
 
bool operator>= (const TypeInfo &lhs, const TypeInfo &rhs)
 

Function Documentation

◆ operator==()

bool vtkDispatcherCommon::operator== ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 431 of file vtkDispatcher_Private.h.

◆ operator<()

bool vtkDispatcherCommon::operator< ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 437 of file vtkDispatcher_Private.h.

◆ operator!=()

bool vtkDispatcherCommon::operator!= ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 442 of file vtkDispatcher_Private.h.

◆ operator>()

bool vtkDispatcherCommon::operator> ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 447 of file vtkDispatcher_Private.h.

◆ operator<=()

bool vtkDispatcherCommon::operator<= ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 452 of file vtkDispatcher_Private.h.

◆ operator>=()

bool vtkDispatcherCommon::operator>= ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 457 of file vtkDispatcher_Private.h.