#include <Functors.h>
Definition at line 26 of file Functors.h.
void draw_tobject::operator() |
( |
TObject * |
x | ) |
|
|
inline |
Definition at line 27 of file Functors.h.
29 if (dynamic_cast<TPolyLine*>(
x)) {
30 if (dynamic_cast<TPolyLine*>(
x)->GetN() < 2)
return;
32 else if (dynamic_cast<TPolyLine3D*>(
x)) {
33 if (dynamic_cast<TPolyLine3D*>(
x)->GetN() < 2)
return;
The documentation for this struct was generated from the following file: