MAXClass Class Reference

#include <mxsobjects.h>

+ Inheritance diagram for MAXClass:

Public Member Functions

 MAXClass ()
 
ScripterExport MAXClass (const MCHAR *cname, Class_ID cid, SClass_ID sid, MAXSuperClass *sclass, short cflags,...)
 
ScripterExport ~MAXClass ()
 
ClassDesccomplete_init ()
 
ValueclassOf_vf (Value **arg_list, int count)
 
ValuesuperClassOf_vf (Value **arg_list, int count)
 
ValueisKindOf_vf (Value **arg_list, int count)
 
BOOL is_kind_of (ValueMetaClass *c)
 
void collect ()
 
void gc_trace ()
 
ScripterExport void sprin1 (CharStream *s)
 
void export_to_scripter ()
 
ScripterExport Valueapply (Value **arglist, int count, CallContext *cc=NULL)
 
parm_descget_parm_desc (ReferenceTarget *ref, Value *key)
 
BOOL build_parm_descs (ReferenceTarget *ref)
 
ScripterExport void apply_keyword_parms (ReferenceTarget *ref, Value **key_arg_list, int count)
 
ScripterExport void initialize_object (ReferenceTarget *ref)
 
Valueget_max_property (ReferenceTarget *ref, parm_desc *pd, TimeValue t, Interval &valid)
 
void set_max_property (ReferenceTarget *ref, parm_desc *pd, TimeValue t, Value *val)
 
ParamDefget_parm_def (Value *prop, ParamBlockDesc2 *&pbd, int &tabIndex, ReferenceTarget *ref=NULL)
 
void set_max_property (ReferenceTarget *ref, ParamDef *pd, int tabIndex, ParamBlockDesc2 *pbd, TimeValue t, Value *val)
 
Valueget_max_property (ReferenceTarget *ref, ParamDef *pd, int tabIndex, ParamBlockDesc2 *pbd, TimeValue t, Interval &valid)
 
 def_generic (get_props,"getPropNames")
 
 def_generic (create_instance,"createInstance")
 
 def_generic (show_interfaces,"showInterfaces")
 
 def_generic (get_interfaces,"getInterfaces")
 
 def_generic (get_interface,"getInterface")
 
Class_ID get_max_class_id ()
 
 def_property (category)
 
 def_prop_getter (classID)
 
 def_prop_getter (superclassID)
 
 def_property (creatable)
 
void to_fpvalue (FPValue &v)
 
ValueCategory ()
 
Valueget_property (Value **arg_list, int count)
 
Valueset_property (Value **arg_list, int count)
 
- Public Member Functions inherited from Value
virtual ScripterExport ValueMetaClasslocal_base_class ()
 
virtual Valueeval ()
 
virtual Valueeval_no_wrapper ()
 
virtual ScripterExport Valueapply_no_alloc_frame (Value **arglist, int count, CallContext *cc=NULL)
 
virtual Valuemap (node_map &m)
 
virtual Valuemap_path (PathName *path, node_map &m)
 
virtual Valuefind_first (BOOL(*test_fn)(INode *node, int level, const void *arg), const void *test_arg)
 
virtual Valueget_path (PathName *path)
 
virtual ScripterExport void sprint (CharStream *stream)
 
virtual void prin1 ()
 
virtual void print ()
 
virtual ScripterExport Valuedelete_vf (Value **arglist, int arg_count)
 
virtual ScripterExport ValueclearSelection_vf (Value **arglist, int arg_count)
 
virtual float to_float ()
 
virtual double to_double ()
 
virtual const MCHARto_string ()
 
virtual MSTR to_mstr ()
 
virtual MSTR to_filename ()
 
virtual int to_int ()
 
virtual INT64 to_int64 ()
 
virtual INT_PTR to_intptr ()
 
virtual BOOL to_bool ()
 
virtual BitArrayto_bitarray ()
 
virtual Point4 to_point4 ()
 
virtual Point3 to_point3 ()
 
virtual Point2 to_point2 ()
 
virtual AColor to_acolor ()
 
virtual COLORREF to_colorref ()
 
virtual INodeto_node ()
 
virtual Ray to_ray ()
 
virtual Interval to_interval ()
 
virtual Quat to_quat ()
 
virtual AngAxis to_angaxis ()
 
virtual Matrix3to_matrix3 ()
 
virtual float * to_eulerangles ()
 
virtual Mtlto_mtl ()
 
virtual Texmapto_texmap ()
 
virtual MtlBaseto_mtlbase ()
 
virtual Modifierto_modifier ()
 
virtual TimeValue to_timevalue ()
 
virtual Controlto_controller ()
 
virtual Atmosphericto_atmospheric ()
 
virtual Effectto_effect ()
 
virtual IMultiPassCameraEffectto_mpassCamEffect ()
 
virtual ShadowTypeto_shadowtype ()
 
virtual FilterKernelto_filter ()
 
virtual INodeto_rootnode ()
 
virtual ITrackViewNodeto_trackviewnode ()
 
virtual NURBSIndependentPointto_nurbsindependentpoint ()
 
virtual NURBSPointto_nurbspoint ()
 
virtual NURBSObjectto_nurbsobject ()
 
virtual NURBSControlVertexto_nurbscontrolvertex ()
 
virtual NURBSCurveto_nurbscurve ()
 
virtual NURBSCVCurveto_nurbscvcurve ()
 
virtual NURBSSurfaceto_nurbssurface ()
 
virtual NURBSTexturePointto_nurbstexturepoint ()
 
virtual NURBSSetto_nurbsset ()
 
virtual ReferenceTargetto_reftarg ()
 
virtual Meshto_mesh ()
 
virtual BezierShapeto_beziershape ()
 
virtual Thunkto_thunk ()
 
virtual Rendererto_renderer ()
 
virtual Box2to_box2 ()
 
virtual NURBSTextureSurfaceto_nurbstexturesurface ()
 
virtual NURBSDisplayto_nurbsdisplay ()
 
virtual TessApproxto_tessapprox ()
 
virtual Valuewiden_to (Value *arg, Value **arg_list)
 
virtual BOOL comparable (Value *arg)
 
virtual BOOL is_const ()
 
virtual BOOL derives_from_MAXWrapper ()
 
ScripterExport Value_get_property (Value *prop)
 
virtual ScripterExport Value_set_property (Value *prop, Value *val)
 
virtual Valueget_container_property (Value *prop, Value *cur_prop)
 
virtual Valueset_container_property (Value *prop, Value *val, Value *cur_prop)
 
virtual BOOL _is_collection ()
 
virtual BOOL _is_charstream ()
 
virtual BOOL _is_rolloutcontrol ()
 
virtual BOOL _is_rolloutthunk ()
 
virtual BOOL _is_function ()
 
virtual BOOL _is_selection ()
 
virtual BOOL _is_thunk ()
 
virtual BOOL _is_indirect_thunk ()
 
virtual SelectionIteratorselection_iterator ()
 
virtual ScripterExport IOResult Save (ISave *isave)
 
virtual void drop_MAX_refs ()
 
virtual BaseInterfaceGetInterface (Interface_ID id)
 
ScripterExport Valuemake_heap_permanent ()
 
ScripterExport Valuemake_heap_static ()
 
ScripterExport Valueget_heap_ptr ()
 
ScripterExport Valueget_stack_heap_ptr ()
 
ScripterExport Valuemigrate_to_heap ()
 
ScripterExport Valueget_live_ptr ()
 
- Public Member Functions inherited from Collectable
ScripterExport Collectable ()
 
virtual ScripterExport ~Collectable ()
 
ScripterExport voidoperator new (size_t sz, char flag)
 
ScripterExport voidoperator new (size_t sz)
 
ScripterExport void operator delete (void *val)
 
ScripterExport void operator delete (void *val, char flag)
 
ScripterExport void make_collectable ()
 
void make_permanent ()
 
void make_static ()
 
int is_marked ()
 
int is_not_marked ()
 
int is_garbage ()
 
int is_permanent ()
 
void mark_in_use ()
 
void unmark_in_use ()
 
int has_heap_copy ()
 
int is_in_heap ()
 
int is_on_stack ()
 

Static Public Member Functions

static void free_classes ()
 
static ScripterExport MAXClasslookup_class (Class_ID *cid, SClass_ID scid, bool make_new_if_missing=true)
 
static void setup ()
 
static ScripterExport Valuemake_wrapper_for (ReferenceTarget *ref)
 
static ScripterExport Valuemake_node_for (ReferenceTarget *ref)
 
static Valueget_pb2_property (IParamBlock2 *pb, ParamDef *pd, int tabIndex, TimeValue t, Interval &valid)
 
static void set_pb2_property (IParamBlock2 *pb, ParamDef *pd, int tabIndex, TimeValue t, Value *val)
 
static ParamDefget_parm_def (ClassDesc2 *cd2, Value *prop, ParamBlockDesc2 *&pbd, int &tabIndex, ReferenceTarget *ref=NULL)
 
- Static Public Member Functions inherited from Collectable
static ScripterExport void for_all_values (void(*map_fn)(Value *val), ValueMapper *mapper=NULL, ValueMetaClass *c=NULL)
 
static void mark ()
 
static void sweep ()
 
static void setup (size_t)
 
static ScripterExport void gc ()
 
static void coalesce_free_list ()
 
static void close_down ()
 
static void drop_maxwrapper_refs ()
 
static ScripterExport void push_alloc_stack_frame ()
 
static ScripterExport void pop_alloc_stack_frame ()
 
static ScripterExport ULONGLONG get_num_values_created ()
 
static ScripterExport bool validate_value_linkages ()
 

Public Attributes

Valuename
 
Class_ID class_id
 
SClass_ID sclass_id
 
ClassDesccd
 
ClassDesc2cd2
 
short md_flags
 
int n_parms
 
parm_descparms
 
MAXSuperClasssuperclass
 
short paramblock_ref_no
 
Valuecategory
 
HashTableinterfaces
 
- Public Attributes inherited from Value
ValueMetaClasstag
 
- Public Attributes inherited from Collectable
Collectablenext
 
Collectableprev
 
byte flags
 
byte flags2
 
short flags3
 

Static Public Attributes

static class_tableclasses
 
static int n_classes
 
static BOOL class_table_dirty
 
- Static Public Attributes inherited from Collectable
static CRITICAL_SECTION heap_update
 
static Collectablecollectable_list
 
static Collectablepermanent_list
 
static free_memfree_list [GC_NUM_SUBLISTS]
 
static size_t heap_allocated
 
static size_t heap_size
 
static ScripterExport collectable_state state
 
static ScripterExport bool fullCollectNextHoldFlush
 
static bool gc_light
 
static bool in_gc
 
static HANDLE hGCCompletedEvent
 

Constructor & Destructor Documentation

MAXClass ( )
inline
568 { }
ScripterExport MAXClass ( const MCHAR cname,
Class_ID  cid,
SClass_ID  sid,
MAXSuperClass sclass,
short  cflags,
  ... 
)

Member Function Documentation

static void free_classes ( )
static
static ScripterExport MAXClass* lookup_class ( Class_ID cid,
SClass_ID  scid,
bool  make_new_if_missing = true 
)
static
ClassDesc* complete_init ( )
static void setup ( )
static
Value* classOf_vf ( Value **  arg_list,
int  count 
)
Value* superClassOf_vf ( Value **  arg_list,
int  count 
)
Value* isKindOf_vf ( Value **  arg_list,
int  count 
)
BOOL is_kind_of ( ValueMetaClass c)
inlinevirtual

Reimplemented from Value.

577 { return (c == class_tag(MAXClass)) ? 1 : Value::is_kind_of(c); }
#define class_tag(_cls)
Definition: value.h:460
Definition: mxsobjects.h:546
virtual ScripterExport BOOL is_kind_of(ValueMetaClass *c)
void collect ( )
virtual

Implements Collectable.

void gc_trace ( )
virtual

Reimplemented from Collectable.

ScripterExport void sprin1 ( CharStream s)
virtual

Reimplemented from Value.

void export_to_scripter ( )
virtual

Reimplemented from Value.

ScripterExport Value* apply ( Value **  arglist,
int  count,
CallContext cc = NULL 
)
virtual

Reimplemented from Value.

static ScripterExport Value* make_wrapper_for ( ReferenceTarget ref)
static
static ScripterExport Value* make_node_for ( ReferenceTarget ref)
static
parm_desc* get_parm_desc ( ReferenceTarget ref,
Value key 
)
BOOL build_parm_descs ( ReferenceTarget ref)
ScripterExport void apply_keyword_parms ( ReferenceTarget ref,
Value **  key_arg_list,
int  count 
)
ScripterExport void initialize_object ( ReferenceTarget ref)
Value* get_max_property ( ReferenceTarget ref,
parm_desc pd,
TimeValue  t,
Interval valid 
)
void set_max_property ( ReferenceTarget ref,
parm_desc pd,
TimeValue  t,
Value val 
)
ParamDef* get_parm_def ( Value prop,
ParamBlockDesc2 *&  pbd,
int tabIndex,
ReferenceTarget ref = NULL 
)
void set_max_property ( ReferenceTarget ref,
ParamDef pd,
int  tabIndex,
ParamBlockDesc2 pbd,
TimeValue  t,
Value val 
)
Value* get_max_property ( ReferenceTarget ref,
ParamDef pd,
int  tabIndex,
ParamBlockDesc2 pbd,
TimeValue  t,
Interval valid 
)
static Value* get_pb2_property ( IParamBlock2 pb,
ParamDef pd,
int  tabIndex,
TimeValue  t,
Interval valid 
)
static
static void set_pb2_property ( IParamBlock2 pb,
ParamDef pd,
int  tabIndex,
TimeValue  t,
Value val 
)
static
static ParamDef* get_parm_def ( ClassDesc2 cd2,
Value prop,
ParamBlockDesc2 *&  pbd,
int tabIndex,
ReferenceTarget ref = NULL 
)
static
def_generic ( get_props  ,
"getPropNames"   
)
def_generic ( create_instance  ,
"createInstance"   
)
def_generic ( show_interfaces  ,
"showInterfaces"   
)
def_generic ( get_interfaces  ,
"getInterfaces"   
)
def_generic ( get_interface  ,
"getInterface"   
)
Class_ID get_max_class_id ( )
inlinevirtual

Reimplemented from Value.

610 { return class_id; }
Class_ID class_id
Definition: mxsobjects.h:550
def_property ( category  )
def_prop_getter ( classID  )
def_prop_getter ( superclassID  )
def_property ( creatable  )
void to_fpvalue ( FPValue v)
virtual

Reimplemented from Value.

Value* Category ( )
Value* get_property ( Value **  arg_list,
int  count 
)
virtual

Reimplemented from Value.

Value* set_property ( Value **  arg_list,
int  count 
)
virtual

Reimplemented from Value.

Member Data Documentation

Value* name
Class_ID class_id
SClass_ID sclass_id
ClassDesc* cd
ClassDesc2* cd2
short md_flags
int n_parms
parm_desc* parms
MAXSuperClass* superclass
short paramblock_ref_no
Value* category
HashTable* interfaces
class_table* classes
static
int n_classes
static
BOOL class_table_dirty
static