Blender V2.61 - r43446
Public Member Functions | Public Attributes

ObjectKey Struct Reference

#include <blender_util.h>

List of all members.

Public Member Functions

 ObjectKey (void *parent_, int index_, void *ob_)
bool operator< (const ObjectKey &k) const

Public Attributes

void * parent
int index
void * ob

Detailed Description

Definition at line 323 of file blender_util.h.


Constructor & Destructor Documentation

ObjectKey::ObjectKey ( void *  parent_,
int  index_,
void *  ob_ 
) [inline]

Definition at line 328 of file blender_util.h.


Member Function Documentation

bool ObjectKey::operator< ( const ObjectKey k) const [inline]

Definition at line 331 of file blender_util.h.

References index, ob, and parent.


Member Data Documentation

Definition at line 325 of file blender_util.h.

Referenced by operator<().

Definition at line 326 of file blender_util.h.

Referenced by operator<().

Definition at line 324 of file blender_util.h.

Referenced by operator<().


The documentation for this struct was generated from the following file: