VTK
|
Given a type T and a TypeList TList, store the most derived type of T in TList as Result. More...
#include <vtkTypeList.h>
Given a type T and a TypeList TList, store the most derived type of T in TList as Result.
If no subclasses of T exist in TList, T will be set as Result, even if T itself is not in TList.
Definition at line 150 of file vtkTypeList.h.