Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
EggGroupUniquifier Class Reference

This is a specialization of EggNameUniquifier to generate unique names for EggGroup nodes. More...

Inheritance diagram for EggGroupUniquifier:
EggNameUniquifier EggObject

List of all members.

Public Member Functions

 EggGroupUniquifier (bool filter_names)
 If filter_names is true, then the group names will be coerced into a fairly safe, standard convention that uses no characters other than a-z, A-Z, 0-9, and underscore.
 EggGroupUniquifier ()
 If filter_names is true, then the group names will be coerced into a fairly safe, standard convention that uses no characters other than a-z, A-Z, 0-9, and underscore.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This is a specialization of EggNameUniquifier to generate unique names for EggGroup nodes.

It's not called automatically; you must invoke it yourself if you want it.


Constructor & Destructor Documentation

EggGroupUniquifier ( bool  filter_names)

If filter_names is true, then the group names will be coerced into a fairly safe, standard convention that uses no characters other than a-z, A-Z, 0-9, and underscore.

If filter_names is false, the group names will be left unchanged.

If filter_names is true, then the group names will be coerced into a fairly safe, standard convention that uses no characters other than a-z, A-Z, 0-9, and underscore.

If filter_names is false, the group names will be left unchanged.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from EggNameUniquifier.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties