Panda3D
Public Member Functions | Static Public Member Functions | Public Attributes

CConstraintInterval Class Reference

The base class for a family of intervals that constrain some property to a value over time. More...

#include "cConstraintInterval.h"

Inheritance diagram for CConstraintInterval:
CInterval TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase CConstrainHprInterval CConstrainPosHprInterval CConstrainPosInterval CConstrainTransformInterval

List of all members.

Public Member Functions

 CConstraintInterval (const string &name, double duration)
virtual TypeHandle force_init_type ()
virtual TypeHandle get_type () const

Static Public Member Functions

static TypeHandle get_class_type ()
static void init_type ()
 This function is declared non-inline to work around a compiler bug in g++ 2.96.

Public Attributes

bool bogus_variable

Detailed Description

The base class for a family of intervals that constrain some property to a value over time.

Definition at line 26 of file cConstraintInterval.h.


Member Function Documentation

static void CConstraintInterval::init_type ( ) [inline, static]

This function is declared non-inline to work around a compiler bug in g++ 2.96.

Making it inline seems to cause problems in the optimizer.

Reimplemented from CInterval.

Reimplemented in CConstrainHprInterval, CConstrainPosHprInterval, CConstrainPosInterval, and CConstrainTransformInterval.

Definition at line 37 of file cConstraintInterval.h.

References CInterval::init_type().

Referenced by CConstrainTransformInterval::init_type(), CConstrainPosInterval::init_type(), CConstrainPosHprInterval::init_type(), and CConstrainHprInterval::init_type().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations