3ds Max C++ API Reference
Loading...
Searching...
No Matches
Collection Class Reference

#include <C:/adskgit/3dsmax/3dsmax/3dswin/src/maxsdk/include/maxscript/foundation/collection.h>

Inheritance diagram for Collection:

Public Member Functions

virtual Valuemap_path (PathName *path, value_vf vfn_ptr, value_cf cfn_ptr, Value **arg_list, int count)
virtual Valuefind_first (BOOL(*test_fn)(INode *node, int level, const void *arg), const void *test_arg)
virtual Valueget_path (PathName *path_name)

Member Function Documentation

◆ map_path()

virtual Value * map_path ( PathName * path,
value_vf vfn_ptr,
value_cf cfn_ptr,
Value ** arg_list,
int count )
virtual

◆ find_first()

virtual Value * find_first ( BOOL(* test_fn )(INode *node, int level, const void *arg),
const void * test_arg )
virtual

Reimplemented in Array, and ObjectSet.

◆ get_path()

virtual Value * get_path ( PathName * path_name)
virtual

Reimplemented in Array, and ObjectSet.