Panda3D
Public Member Functions

Results Class Reference

List of all members.

Public Member Functions

 Results ()
 Results (Results const copy)
 Results ()
 Results (Results const copy)
 clear ()
 clear ()
 Removes all the files from the list.
Filename const getFile (int n)
 Returns the nth file on the result list.
Filename const getFile (int n)
list getFiles ()
LoaderFileType getFileType (int n)
 Returns the file type of the nth file on the result list.
list getFileTypes ()
int getNumFiles ()
 Returns the number of files on the result list.
int getNumFiles ()
Results operator= (Results const copy)
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)

Constructor & Destructor Documentation

Results ( )
Results ( Results const  copy)
Results ( )
Results ( Results const  copy)

Member Function Documentation

clear ( )
clear ( )

Removes all the files from the list.

Filename const getFile ( int  n)
Filename const getFile ( int  n)

Returns the nth file on the result list.

list getFiles ( )
LoaderFileType getFileType ( int  n)

Returns the file type of the nth file on the result list.

list getFileTypes ( )
int getNumFiles ( )

Returns the number of files on the result list.

int getNumFiles ( )
Results operator= ( Results const  copy)
Results operator= ( Results const  copy)
Filename operator[] ( int  n)

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)
write ( ostream  out,
int  indent_level 
)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties