Home
last modified time | relevance | path

Searched refs:ProcArgs (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/prman/Procedural/
H A DWriteGeo.h46 void ApplyResources( IObject object, ProcArgs &args );
50 void ProcessXform( IXform &xform, ProcArgs &args );
52 void ProcessPolyMesh( IPolyMesh &polymesh, ProcArgs &args );
54 void ProcessSubD( ISubD &subd, ProcArgs &args,
57 void ProcessNuPatch( INuPatch &patch, ProcArgs &args );
59 void ProcessPoints( IPoints &patch, ProcArgs &args );
61 void ProcessCurves( ICurves &curves, ProcArgs &args );
H A DProcArgs.h52 struct ProcArgs struct
55 ProcArgs( RtString paramStr, bool fromReference = false );
58 ProcArgs( const ProcArgs &rhs ) in ProcArgs() function
101 void applyArgs(ProcArgs & args); argument
H A DProcArgs.cpp50 typedef boost::shared_ptr<ProcArgs> ProcArgsSharedPtr;
88 new ProcArgs( const_cast<char*>( workString.c_str() ), in readArgsFile()
101 ProcArgs::ProcArgs( RtString paramStr, bool fromReference ) in ProcArgs() function in ProcArgs
271 void ProcArgs::applyArgs(ProcArgs & args) in applyArgs()
344 bool ProcArgs::userMotionBlockDefined() { in userMotionBlockDefined()
348 std::string ProcArgs::getResource( const std::string & name ) in getResource()
370 void ProcArgs::usage() in usage()
H A DProcMain.cpp80 void WalkObject( IObject parent, const ObjectHeader &ohead, ProcArgs &args, in WalkObject()
298 return (RtPointer) new ProcArgs(paramstr); in ConvertParameters()
313 delete reinterpret_cast<ProcArgs*>( data ); in Free()
320 ProcArgs *args = reinterpret_cast<ProcArgs*>( data ); in Subdivide()
H A DWriteMaterial.h52 void ApplyObjectMaterial(IObject object, ProcArgs &args);
53 void WriteMaterial(Mat::MaterialFlatten & materialInput, ProcArgs &args);
H A DSampleUtil.h50 void GetRelevantSampleTimes( ProcArgs &args, TimeSamplingPtr timeSampling,
53 void WriteMotionBegin( ProcArgs &args, const SampleTimeSet &sampleTimes );
H A DWriteGeo.cpp84 void ApplyResources( IObject object, ProcArgs &args ) in ApplyResources()
104 void ProcessXform( IXform &xform, ProcArgs &args ) in ProcessXform()
182 void ProcessPolyMesh( IPolyMesh &polymesh, ProcArgs &args ) in ProcessPolyMesh()
275 void ProcessSubD( ISubD &subd, ProcArgs &args, const std::string & facesetName ) in ProcessSubD()
540 void ProcessNuPatch( INuPatch &patch, ProcArgs &args ) in ProcessNuPatch()
649 void ProcessPoints( IPoints &points, ProcArgs &args ) in ProcessPoints()
729 void ProcessCurves( ICurves &curves, ProcArgs &args ) in ProcessCurves()
H A DSampleUtil.cpp40 void WriteMotionBegin( ProcArgs &args, const SampleTimeSet &sampleTimes ) in WriteMotionBegin()
106 void GetRelevantSampleTimes( ProcArgs &args, TimeSamplingPtr timeSampling, in GetRelevantSampleTimes()
H A DWriteMaterial.cpp42 void ApplyObjectMaterial(IObject object, ProcArgs &args) in ApplyObjectMaterial()
56 void WriteMaterial(Mat::MaterialFlatten & materialInput, ProcArgs & args) in WriteMaterial()
/dports/graphics/alembic/alembic-1.8.3/arnold/Procedural/
H A DProcArgs.h46 struct ProcArgs struct
49 ProcArgs( const char * paramStr );
52 ProcArgs( const ProcArgs &rhs ) in ProcArgs() argument
H A DProcMain.cpp54 void WalkObject( IObject parent, const ObjectHeader &ohead, ProcArgs &args, in WalkObject()
251 ProcArgs * args = new ProcArgs( AiNodeGetStr( node, "data" ) ); in ProcInit()
324 delete reinterpret_cast<ProcArgs*>( user_ptr ); in ProcCleanup()
332 ProcArgs * args = reinterpret_cast<ProcArgs*>( user_ptr ); in ProcNumNodes()
340 ProcArgs * args = reinterpret_cast<ProcArgs*>( user_ptr ); in ProcGetNode()
H A DSampleUtil.h51 void GetRelevantSampleTimes( ProcArgs &args, TimeSamplingPtr timeSampling,
57 void ConcatenateXformSamples( ProcArgs &args,
64 Abc::chrono_t GetRelativeSampleTime( ProcArgs &args, Abc::chrono_t sampleTime);
H A DWriteGeo.h48 void ProcessPolyMesh( IPolyMesh &polymesh, ProcArgs &args,
51 void ProcessSubD( ISubD &subd, ProcArgs &args,
H A DProcArgs.cpp46 ProcArgs::ProcArgs( const char * paramStr ) in ProcArgs() function in ProcArgs
156 void ProcArgs::usage() in usage()
H A DSampleUtil.cpp45 void GetRelevantSampleTimes( ProcArgs &args, TimeSamplingPtr timeSampling, in GetRelevantSampleTimes()
288 void ConcatenateXformSamples( ProcArgs &args, in ConcatenateXformSamples()
321 Abc::chrono_t GetRelativeSampleTime( ProcArgs &args, Abc::chrono_t sampleTime) in GetRelativeSampleTime()
H A DWriteGeo.cpp61 MatrixSampleMap * xformSamples, ProcArgs &args ) in ApplyTransformation()
228 primT & prim, ProcArgs & args, in ProcessPolyMeshBase()
516 void ProcessPolyMesh( IPolyMesh &polymesh, ProcArgs &args, in ProcessPolyMesh()
569 void ProcessSubD( ISubD &subd, ProcArgs &args, in ProcessSubD()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dth_lang.c420 typedef struct ProcArgs ProcArgs; typedef
421 struct ProcArgs { struct
439 ProcArgs *pArgs = (ProcArgs *)pContext2; in proc_call2()
503 ProcArgs procargs; in proc_call1()
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/
H A Dsigar_interface.go143 type ProcArgs struct { struct
H A Dsigar_interface_test.go166 args := ProcArgs{}
H A Dsigar_windows.go185 func (self *ProcArgs) Get(pid int) error {
H A Dsigar_linux.go276 func (self *ProcArgs) Get(pid int) error {
H A Dsigar_darwin.go295 func (self *ProcArgs) Get(pid int) error {
/dports/lang/rust/rustc-1.58.1-src/vendor/compiletest_rs/src/
H A Druntest.rs1191 let ProcArgs { mut prog, args } = self.make_run_args(); in exec_compiled_test() localVariable
1215 let ProcArgs { prog, args } = self.make_run_args(); in exec_compiled_test() localVariable
1517 fn make_run_args(&self) -> ProcArgs { in make_run_args() argument
1556 ProcArgs { in make_run_args()
2744 struct ProcArgs {
/dports/lang/rust/rustc-1.58.1-src/src/tools/compiletest/src/
H A Druntest.rs1489 let ProcArgs { prog, args } = self.make_run_args(); in exec_compiled_test() localVariable
1516 let ProcArgs { prog, args } = self.make_run_args(); in exec_compiled_test() localVariable
1528 let ProcArgs { prog, args } = self.make_run_args(); in exec_compiled_test() localVariable
1937 fn make_run_args(&self) -> ProcArgs { in make_run_args() argument
1979 ProcArgs { prog, args } in make_run_args()
3680 struct ProcArgs { struct
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-423689 an array of ProcArgs now in order to initialize the Arguments'
23690 GValues correctly. Passing NULL ProcArgs uses
23741 just cast the GPParamDefs to ProcArgs any more, their struct
23742 layouts are different now. Convert them into temporary ProcArgs