Panda3D
|
Public Member Functions | |
Results () | |
Results (Results const copy) | |
clear () | |
Filename const | getFile (int n) |
int | getNumFiles () |
Results | operator= (Results const copy) |
Filename | operator[] (int n) |
Returns the nth filename in the set. | |
output (ostream out) | |
int | size () |
Returns the num of filenames in the set. | |
write (ostream out) | |
write (ostream out, int indent_level) |
Results | ( | ) |
clear | ( | ) |
int getNumFiles | ( | ) |
Returns the nth filename in the set.
This method is defined to make the Results object appear to be a list in Python.
output | ( | ostream | out | ) |
int size | ( | ) |
Returns the num of filenames in the set.
This method is defined to make the Results object appear to be a list in Python.
write | ( | ostream | out | ) |