Home
last modified time | relevance | path

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

12345678910>>...102

/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyITypedScalarProperty.cpp62 class_<T, bases<Abc::IScalarProperty> >( in register_()
66 .def( init<Abc::ICompoundProperty, in register_()
69 Abc::Argument, in register_()
70 Abc::Argument> >( in register_()
115 register_<Abc::IV2sProperty>( "IV2sProperty" ); in register_itypedscalarproperty()
116 register_<Abc::IV2iProperty>( "IV2iProperty" ); in register_itypedscalarproperty()
117 register_<Abc::IV2fProperty>( "IV2fProperty" ); in register_itypedscalarproperty()
118 register_<Abc::IV2dProperty>( "IV2dProperty" ); in register_itypedscalarproperty()
120 register_<Abc::IV3sProperty>( "IV3sProperty" ); in register_itypedscalarproperty()
121 register_<Abc::IV3iProperty>( "IV3iProperty" ); in register_itypedscalarproperty()
[all …]
H A DPyOTypedArrayProperty.cpp63 class_<T, bases<Abc::OArrayProperty> >( in register_()
67 .def( init<Abc::OCompoundProperty, in register_()
70 Abc::Argument, in register_()
71 Abc::Argument, in register_()
72 Abc::Argument> >( in register_()
118 register_<Abc::OV2sArrayProperty>( "OV2sArrayProperty" ); in register_otypedarrayproperty()
119 register_<Abc::OV2iArrayProperty>( "OV2iArrayProperty" ); in register_otypedarrayproperty()
120 register_<Abc::OV2fArrayProperty>( "OV2fArrayProperty" ); in register_otypedarrayproperty()
121 register_<Abc::OV2dArrayProperty>( "OV2dArrayProperty" ); in register_otypedarrayproperty()
123 register_<Abc::OV3sArrayProperty>( "OV3sArrayProperty" ); in register_otypedarrayproperty()
[all …]
H A DPyOTypedScalarProperty.cpp63 class_<T, bases<Abc::OScalarProperty> >( in register_()
67 .def( init<Abc::OCompoundProperty, in register_()
70 Abc::Argument, in register_()
71 Abc::Argument, in register_()
72 Abc::Argument> >( in register_()
118 register_<Abc::OV2sProperty>( "OV2sProperty" ); in register_otypedscalarproperty()
119 register_<Abc::OV2iProperty>( "OV2iProperty" ); in register_otypedscalarproperty()
120 register_<Abc::OV2fProperty>( "OV2fProperty" ); in register_otypedscalarproperty()
121 register_<Abc::OV2dProperty>( "OV2dProperty" ); in register_otypedscalarproperty()
123 register_<Abc::OV3sProperty>( "OV3sProperty" ); in register_otypedscalarproperty()
[all …]
H A DPyITypedArrayProperty.cpp63 class_<T, bases<Abc::IArrayProperty> >( in register_()
67 .def( init<Abc::ICompoundProperty, in register_()
70 Abc::Argument, in register_()
71 Abc::Argument> >( in register_()
117 register_<Abc::IV2sArrayProperty>( "IV2sArrayProperty" ); in register_itypedarrayproperty()
118 register_<Abc::IV2iArrayProperty>( "IV2iArrayProperty" ); in register_itypedarrayproperty()
119 register_<Abc::IV2fArrayProperty>( "IV2fArrayProperty" ); in register_itypedarrayproperty()
120 register_<Abc::IV2dArrayProperty>( "IV2dArrayProperty" ); in register_itypedarrayproperty()
122 register_<Abc::IV3sArrayProperty>( "IV3sArrayProperty" ); in register_itypedarrayproperty()
123 register_<Abc::IV3iArrayProperty>( "IV3iArrayProperty" ); in register_itypedarrayproperty()
[all …]
H A DPyTypeBindingTraits.h91 DECLARE_TYPE_BINDING_TRAITS( Abc::V2sTPTraits, V2sArray, true )
92 DECLARE_TYPE_BINDING_TRAITS( Abc::V2iTPTraits, V2iArray, true )
93 DECLARE_TYPE_BINDING_TRAITS( Abc::V2fTPTraits, V2fArray, true )
94 DECLARE_TYPE_BINDING_TRAITS( Abc::V2dTPTraits, V2dArray, true )
95 DECLARE_TYPE_BINDING_TRAITS( Abc::P2sTPTraits, V2sArray, true )
96 DECLARE_TYPE_BINDING_TRAITS( Abc::P2iTPTraits, V2iArray, true )
97 DECLARE_TYPE_BINDING_TRAITS( Abc::P2fTPTraits, V2fArray, true )
98 DECLARE_TYPE_BINDING_TRAITS( Abc::P2dTPTraits, V2dArray, true )
99 DECLARE_TYPE_BINDING_TRAITS( Abc::N2fTPTraits, V2fArray, true )
100 DECLARE_TYPE_BINDING_TRAITS( Abc::N2dTPTraits, V2dArray, true )
[all …]
H A DPyIScalarProperty.cpp46 static object getPODValue( Abc::IScalarProperty &p, in getPODValue()
98 object getValue<>( Abc::IScalarProperty &p, in getValue()
99 const Abc::ISampleSelector &iSS, in getValue()
299 static SampleList<Abc::IScalarProperty> in register_iscalarproperty()
305 static SampleList<Abc::IScalarProperty> in register_iscalarproperty()
311 static SampleList<Abc::IScalarProperty> in register_iscalarproperty()
320 class_<Abc::IScalarProperty, in register_iscalarproperty()
326 optional<Abc::Argument&> >( in register_iscalarproperty()
338 &Abc::IScalarProperty::isConstant, in register_iscalarproperty()
341 &Abc::IScalarProperty::getParent, in register_iscalarproperty()
[all …]
H A DPyIArrayProperty.cpp67 object getValue ( Abc::IArrayProperty &p, in getValue()
257 static SampleList<Abc::IArrayProperty> in register_iarrayproperty()
281 class_<Abc::IArrayProperty, in register_iarrayproperty()
286 .def( init<Abc::ICompoundProperty, in register_iarrayproperty()
288 optional<Abc::Argument, in register_iarrayproperty()
289 Abc::Argument&> >( in register_iarrayproperty()
300 &Abc::IArrayProperty::isConstant, in register_iarrayproperty()
303 &Abc::IArrayProperty::isScalarLike, in register_iarrayproperty()
314 &Abc::IArrayProperty::getParent, in register_iarrayproperty()
326 class_< SampleList<Abc::IArrayProperty> > in register_iarrayproperty()
[all …]
H A DPyOArrayProperty.cpp126 p.set( extract<Abc::TypedArraySample<Abc::C3fTPTraits> >( val ) ); in setArrayValue()
131 p.set( extract<Abc::TypedArraySample<Abc::V3fTPTraits> >( val ) ); in setArrayValue()
152 p.set( extract<Abc::TypedArraySample<Abc::C4fTPTraits> >( val ) ); in setArrayValue()
157 p.set( extract<Abc::TypedArraySample<Abc::QuatfTPTraits> >( val ) ); in setArrayValue()
162 p.set( extract<Abc::TypedArraySample<Abc::Box2fTPTraits> >( val ) ); in setArrayValue()
171 p.set( extract<Abc::TypedArraySample<Abc::QuatdTPTraits> >( val ) ); in setArrayValue()
176 p.set( extract<Abc::TypedArraySample<Abc::Box2dTPTraits> >( val ) ); in setArrayValue()
239 class_<Abc::OArrayProperty, in register_oarrayproperty()
244 .def( init<Abc::OCompoundProperty, in register_oarrayproperty()
248 const Abc::Argument&, in register_oarrayproperty()
[all …]
H A DPyOScalarProperty.cpp47 typedef Abc::TypedArraySample<TPTraits> samp_type; in setSmallArrayValue()
175 CASE_SET_POD_VALUE( Abc::V2sTPTraits, p, val ); in setScalarValue()
323 = &Abc::OScalarProperty::setTimeSampling; in register_oscalarproperty()
329 class_<Abc::OScalarProperty, in register_oscalarproperty()
334 .def( init<Abc::OCompoundProperty, in register_oscalarproperty()
338 const Abc::Argument, in register_oscalarproperty()
339 const Abc::Argument, in register_oscalarproperty()
340 const Abc::Argument> >( in register_oscalarproperty()
349 &Abc::OScalarProperty::getNumSamples, in register_oscalarproperty()
356 &Abc::OScalarProperty::setFromPrevious, in register_oscalarproperty()
[all …]
H A DPyTypedArraySampleConverter.cpp253 register_<Abc::V2sTPTraits>(); in register_typedarraysampleconverters()
254 register_<Abc::V2iTPTraits>(); in register_typedarraysampleconverters()
255 register_<Abc::V2fTPTraits>(); in register_typedarraysampleconverters()
256 register_<Abc::V2dTPTraits>(); in register_typedarraysampleconverters()
257 register_<Abc::P2sTPTraits>(); in register_typedarraysampleconverters()
258 register_<Abc::P2iTPTraits>(); in register_typedarraysampleconverters()
259 register_<Abc::P2fTPTraits>(); in register_typedarraysampleconverters()
260 register_<Abc::P2dTPTraits>(); in register_typedarraysampleconverters()
261 register_<Abc::N2fTPTraits>(); in register_typedarraysampleconverters()
262 register_<Abc::N2dTPTraits>(); in register_typedarraysampleconverters()
[all …]
H A DPyIObject.cpp45 ChildIterator( Abc::IObject &p ) in ChildIterator()
48 Abc::IObject next() in next()
56 Abc::IObject _p;
65 ChildList( Abc::IObject &p ) in ChildList()
83 Abc::IObject _p;
93 static Abc::IObject getChildByIndex( Abc::IObject &o, size_t i ) in getChildByIndex()
104 return Abc::IObject(); in getChildByIndex()
110 static Abc::IObject getChildByName( Abc::IObject &o, const std::string& name ) in getChildByName()
121 return Abc::IObject(); in getChildByName()
192 class_<Abc::IObject>( in register_iobject()
[all …]
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DONuPatch.h80 const Abc::FloatArraySample & iPosWeight = Abc::FloatArraySample()
272 Abc::FloatArraySample m_uKnot;
273 Abc::FloatArraySample m_vKnot;
294 Abc::Box3d m_selfBounds;
329 const Abc::Argument &iArg0 = Abc::Argument(),
330 const Abc::Argument &iArg1 = Abc::Argument(),
331 const Abc::Argument &iArg2 = Abc::Argument(),
332 const Abc::Argument &iArg3 = Abc::Argument() );
342 const Abc::Argument &iArg0 = Abc::Argument(),
343 const Abc::Argument &iArg1 = Abc::Argument(),
[all …]
H A DOSubD.h80 Abc::Int32ArraySample(),
82 Abc::Int32ArraySample(),
91 const Abc::Int32ArraySample &iHoles = Abc::Int32ArraySample()
293 Abc::Box3d m_selfBounds;
331 const Abc::Argument &iArg0 = Abc::Argument(),
332 const Abc::Argument &iArg1 = Abc::Argument(),
333 const Abc::Argument &iArg2 = Abc::Argument(),
334 const Abc::Argument &iArg3 = Abc::Argument() );
344 const Abc::Argument &iArg0 = Abc::Argument(),
345 const Abc::Argument &iArg1 = Abc::Argument(),
[all …]
H A DINuPatch.h136 Abc::FloatArraySamplePtr m_uKnot;
137 Abc::FloatArraySamplePtr m_vKnot;
154 Abc::Box3d m_selfBounds;
192 const Abc::Argument &iArg0 = Abc::Argument(),
193 const Abc::Argument &iArg1 = Abc::Argument() )
204 const Abc::Argument &iArg0 = Abc::Argument(),
205 const Abc::Argument &iArg1 = Abc::Argument() )
234 const Abc::ISampleSelector &iSS = Abc::ISampleSelector() ) const;
236 Sample getValue( const Abc::ISampleSelector &iSS = Abc::ISampleSelector() ) const
339 Abc::IInt32Property m_numUProperty;
[all …]
H A DISubD.h145 Abc::P3fArraySamplePtr m_positions;
146 Abc::V3fArraySamplePtr m_velocities;
164 Abc::Int32ArraySamplePtr m_holes;
170 Abc::Box3d m_selfBounds;
202 const Abc::Argument &iArg0 = Abc::Argument(),
203 const Abc::Argument &iArg1 = Abc::Argument() )
214 const Abc::Argument &iArg0 = Abc::Argument(),
215 const Abc::Argument &iArg1 = Abc::Argument() )
255 const Abc::ISampleSelector &iSS = Abc::ISampleSelector() ) const;
257 Sample getValue( const Abc::ISampleSelector &iSS = Abc::ISampleSelector() ) const
[all …]
H A DIGeomBase.h91 const Abc::Argument &iArg0 = Abc::Argument(),
92 const Abc::Argument &iArg1 = Abc::Argument() )
101 const Abc::Argument &iArg0 = Abc::Argument(),
102 const Abc::Argument &iArg1 = Abc::Argument() )
115 void init( const Abc::Argument &iArg0, const Abc::Argument &iArg1 ) in init()
244 const Abc::Argument &iArg0 = Abc::Argument(),
245 const Abc::Argument &iArg1 = Abc::Argument() )
255 const Abc::Argument &iArg0 = Abc::Argument(),
256 const Abc::Argument &iArg1 = Abc::Argument() )
266 const Abc::Argument &iArg0 = Abc::Argument(),
[all …]
H A DOLight.h77 const Abc::Argument &iArg0 = Abc::Argument(),
78 const Abc::Argument &iArg1 = Abc::Argument(),
79 const Abc::Argument &iArg2 = Abc::Argument(),
80 const Abc::Argument &iArg3 = Abc::Argument() );
90 const Abc::Argument &iArg0 = Abc::Argument(),
91 const Abc::Argument &iArg1 = Abc::Argument(),
92 const Abc::Argument &iArg2 = Abc::Argument() );
96 : Abc::OSchema<LightSchemaInfo>() in OLightSchema()
160 const Abc::Argument &iArg0,
161 const Abc::Argument &iArg1,
[all …]
H A DICurves.h117 Abc::P3fArraySamplePtr m_positions;
118 Abc::V3fArraySamplePtr m_velocities;
121 Abc::Box3d m_selfBounds;
125 Abc::UcharArraySamplePtr m_orders;
126 Abc::FloatArraySamplePtr m_knots;
159 const Abc::Argument &iArg0 = Abc::Argument(),
160 const Abc::Argument &iArg1 = Abc::Argument() )
171 const Abc::Argument &iArg0 = Abc::Argument(),
172 const Abc::Argument &iArg1 = Abc::Argument() )
207 const Abc::ISampleSelector &iSS = Abc::ISampleSelector() ) const;
[all …]
H A DOPoints.h67 const Abc::V3fArraySample &iVelocities = Abc::V3fArraySample(),
80 const Abc::V3fArraySample &iVelocities = Abc::V3fArraySample(),
136 Abc::UInt64ArraySample m_ids;
139 Abc::Box3d m_selfBounds;
171 const Abc::Argument &iArg0 = Abc::Argument(),
172 const Abc::Argument &iArg1 = Abc::Argument(),
173 const Abc::Argument &iArg2 = Abc::Argument(),
174 const Abc::Argument &iArg3 = Abc::Argument() );
184 const Abc::Argument &iArg0 = Abc::Argument(),
185 const Abc::Argument &iArg1 = Abc::Argument(),
[all …]
/dports/biology/hhsuite/hh-suite-3.3.0/src/cs/
H A Dsubstitution_matrix-inl.h29 template<class Abc>
31 : q_(Abc::kSizeAny, Abc::kSizeAny, 0.0), in SubstitutionMatrix()
32 s_(Abc::kSizeAny, Abc::kSizeAny, 0.0), in SubstitutionMatrix()
33 rx_(Abc::kSizeAny, Abc::kSizeAny, 0.0), in SubstitutionMatrix()
34 ry_(Abc::kSizeAny, Abc::kSizeAny, 0.0), in SubstitutionMatrix()
35 px_(Abc::kSizeAny, 0.0), in SubstitutionMatrix()
36 py_(Abc::kSizeAny, 0.0), in SubstitutionMatrix()
39 template<class Abc>
42 template<class Abc>
111 template<class Abc>
[all …]
H A Dprofile_column.h25 template<class Abc>
44 template<class Abc>
45 ProfileColumn<Abc>::ProfileColumn() : v(new double[Abc::kSizeAny]) {} in ProfileColumn()
47 template<class Abc>
52 template<class Abc>
57 template<class Abc>
58 ProfileColumn<Abc>::ProfileColumn(const ProfileColumn<Abc> &rhs) in ProfileColumn()
63 template<class Abc>
64 ProfileColumn<Abc> & ProfileColumn<Abc>::operator=(const ProfileColumn<Abc> &rhs) {
70 template<class Abc>
[all …]
H A Dprofile-inl.h28 template <class Abc>
31 template <class Abc>
38 template <class Abc>
47 template <class Abc>
56 template <class Abc>
65 template <class Abc>
66 Profile<Abc>::Profile(const CountProfile<Abc>& cp) in Profile()
78 Profile<Abc> & Profile<Abc>::operator=(const Profile<Abc> &rhs) {
151 void Profile<Abc>::Insert(size_t idx, const Profile<Abc>& other) { in Insert()
176 const size_t abc_size = incl_any ? Abc::kSizeAny : Abc::kSize; in Normalize()
[all …]
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCollection/
H A DOCollections.h66 const Abc::Argument &iArg0 = Abc::Argument(),
67 const Abc::Argument &iArg1 = Abc::Argument(),
68 const Abc::Argument &iArg2 = Abc::Argument(),
69 const Abc::Argument &iArg3 = Abc::Argument() );
79 const Abc::Argument &iArg0 = Abc::Argument(),
80 const Abc::Argument &iArg1 = Abc::Argument(),
81 const Abc::Argument &iArg2 = Abc::Argument() );
92 Abc::OStringArrayProperty
94 const Abc::Argument &iArg0 = Abc::Argument(),
95 const Abc::Argument &iArg1 = Abc::Argument(),
[all …]
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/
H A DMakefile.am60 examples/Abc/AbcMain.cpp \
62 examples/Abc/AbcMessage.h \
64 examples/Abc/AbcModel.h \
67 examples/Abc/AbcParams.h \
68 examples/Abc/abc.par.in \
69 examples/Abc/abc.pbs \
74 examples/Abc/AUTHORS \
75 examples/Abc/INSTALL \
76 examples/Abc/LICENSE \
77 examples/Abc/Makefile.in \
[all …]
/dports/graphics/alembic/alembic-1.8.3/prman/Procedural/
H A DWriteMaterial.cpp107 Abc::IFloatProperty, Abc::float32_t>( in WriteMaterial()
118 Abc::IC3fProperty, Abc::float32_t>( in WriteMaterial()
139 Abc::IInt32Property, Abc::uint32_t>( in WriteMaterial()
150 Abc::IBoolProperty, Abc::bool_t>( in WriteMaterial()
161 Abc::IN3fProperty, Abc::float32_t>( in WriteMaterial()
172 Abc::IM44fProperty, Abc::float32_t>( in WriteMaterial()
183 Abc::IP3fProperty, Abc::float32_t>( in WriteMaterial()
194 Abc::IV3fProperty, Abc::float32_t>( in WriteMaterial()
220 Abc::IC3fArrayProperty, Abc::float32_t>( in WriteMaterial()
231 Abc::IP3fArrayProperty, Abc::float32_t>( in WriteMaterial()
[all …]

12345678910>>...102