#include <nurbsGL.h>
Inheritance diagram for PLib::NurbsListGL:
Public Methods | |
NurbsGL * | remove (NurbsGL *obj) |
void | glObject () const |
void | display () const |
void | resetDisplayFlags (int o, int cp, int p, int b, int k, int behavior=NURBS_FLAGS_AFFECT_ALL) |
Definition at line 1002 of file nurbsGL.h.
|
Displays all the NURBS object from the list.
Reimplemented from PLib::ObjectListGL. Definition at line 754 of file nurbsGL.cpp. References PLib::ObjectGL::ObjectGL. |
|
Calls glObject for all the Nurbs Object in the list.
Reimplemented from PLib::ObjectListGL. Definition at line 739 of file nurbsGL.cpp. References PLib::ObjectGL::ObjectGL. |
|
Resets the display flags for the elements.
Resets the display flags for the elements in the list. It will only resets the flags according to the behavior value.
Definition at line 782 of file nurbsGL.cpp. References PLib::ObjectGL::ObjectGL. |