Home
last modified time | relevance | path

Searched refs:iCompound (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcMaterial/
H A DMaterialAssignment.cpp96 bool hasMaterial( Abc::ICompoundProperty iCompound, in hasMaterial() argument
100 if ( !iCompound.valid() ) in hasMaterial()
106 iCompound.getPropertyHeader( iPropName ) ) in hasMaterial()
110 oResult = IMaterialSchema( iCompound, iPropName ); in hasMaterial()
H A DMaterialAssignment.h129 Abc::ICompoundProperty iCompound,
H A DIMaterial.h135 NetworkNode( Abc::ICompoundProperty iCompound );
H A DIMaterial.cpp448 IMaterialSchema::NetworkNode::NetworkNode( Abc::ICompoundProperty iCompound ) in NetworkNode() argument
449 : m_compound( iCompound ) in NetworkNode()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/builder/
H A DBuilder.java549 int iCompound = controller.askObject(Type.COMPOUND); in createCompound() local
553 controller.setGraphicObjectRelationship(iCompound, children[i]); in createCompound()
556 controller.setGraphicObjectRelationship(parent, iCompound); in createCompound()
557 controller.setProperty(iCompound, GraphicObjectProperties.__GO_VISIBLE__, obj.getVisible()); in createCompound()
558 return iCompound; in createCompound()
563 int iCompound = controller.askObject(Type.COMPOUND); in createCompoundSeq() local
579 controller.setGraphicObjectRelationship(iCompound, children[childrenCount - i - 1]); in createCompoundSeq()
582 controller.setGraphicObjectRelationship(parent, iCompound); in createCompoundSeq()
590 controller.setProperty(iCompound, GraphicObjectProperties.__GO_VISIBLE__, fig.getVisible()); in createCompoundSeq()
591 return iCompound; in createCompoundSeq()