Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
DCArrayParameter Class Reference

This represents an array of some other kind of object, meaning this parameter type accepts an arbitrary (or possibly fixed) number of nested fields, all of which are of the same type. More...

Inheritance diagram for DCArrayParameter:
DCParameter DCField DCPackerInterface DCKeywordList

List of all members.

Public Member Functions

int getArraySize ()
 Returns the fixed number of elements in this array, or -1 if the array may contain a variable number of elements.
DCParameter getElementType ()
 Returns the type of the individual elements of this array.

Detailed Description

This represents an array of some other kind of object, meaning this parameter type accepts an arbitrary (or possibly fixed) number of nested fields, all of which are of the same type.


Member Function Documentation

int getArraySize ( )

Returns the fixed number of elements in this array, or -1 if the array may contain a variable number of elements.

Returns the type of the individual elements of this array.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties