MCPcopy Create free account

hub / github.com/alembic/alembic / functions

Functions3,498 in github.com/alembic/alembic

FunctionisArray
Convenience to return whether the property is array. Same as getPropertyType() == kArrayProperty
lib/Alembic/AbcCoreAbstract/BasePropertyReader.h:90
FunctionisArray
Convenience to return whether the property is array. Same as getPropertyType() == kArrayProperty
lib/Alembic/AbcCoreAbstract/BasePropertyWriter.h:95
MethodisArray
Convenience to return whether the property is array. Same as getPropertyType() == kArrayProperty
lib/Alembic/Abc/IBaseProperty.h:114
MethodisChildData
lib/Alembic/Ogawa/OGroup.cpp:293
MethodisChildEmptyData
lib/Alembic/Ogawa/OGroup.cpp:305
MethodisChildEmptyGroup
lib/Alembic/Ogawa/OGroup.cpp:299
MethodisChildGroup
lib/Alembic/Ogawa/OGroup.cpp:287
FunctionisChildInstanceByIndex
-
python/PyAlembic/PyIObject.cpp:125
FunctionisChildInstanceByName
-
python/PyAlembic/PyIObject.cpp:143
MethodisCompound
Convenience to return whether the property is compound. Same as getPropertyType() == kCompoundProperty
lib/Alembic/Abc/IBaseProperty.h:118
FunctionisConstant
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
lib/Alembic/AbcGeom/INuPatch.h:218
FunctionisConstant
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
lib/Alembic/AbcGeom/IPoints.h:152
FunctionisConstant
if isConstant() is true, the mesh contains no time-varying values
lib/Alembic/AbcGeom/ISubD.h:231
FunctionisConstant
lib/Alembic/AbcGeom/IXform.h:108
FunctionisConstant
if isConstant() is true, the mesh contains no time-varying values
lib/Alembic/AbcGeom/IFaceSet.h:161
FunctionisConstant
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
lib/Alembic/AbcGeom/IPolyMesh.h:161
FunctionisConstant
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
lib/Alembic/AbcGeom/ICurves.h:189
MethodisConstant
-
lib/Alembic/AbcCoreOgawa/SprImpl.cpp:97
MethodisConstant
-
lib/Alembic/Abc/IScalarProperty.cpp:71
MethodisConstant
-
lib/Alembic/Abc/IArrayProperty.cpp:74
MethodisConstant
lib/Alembic/AbcGeom/ICamera.cpp:137
MethodisConstant
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
lib/Alembic/AbcGeom/IGeomBase.h:281
MethodisConstant
lib/Alembic/AbcGeom/IGeomParam.h:424
FunctionisConstantIdentity
is this xform both constant and identity?
lib/Alembic/AbcGeom/IXform.h:111
FunctionisCyclic
lib/Alembic/AbcCoreAbstract/TimeSamplingType.h:140
MethodisDrivenByFBIK
maya/AbcExport/MayaUtility.cpp:355
MethodisDrivenBySplineIK
maya/AbcExport/MayaUtility.cpp:369
MethodisEnabled
lib/Alembic/AbcCoreHDF5/HDF5Hierarchy.h:82
FunctionisEqual
houdini/SOP_AlembicIn/SOP_AlembicIn.C:104
FunctionisFloat
maya/AbcExport/MayaUtility.h:58
MethodisFrozen
lib/Alembic/Ogawa/IArchive.cpp:75
MethodisFrozen
lib/Alembic/Ogawa/IStreams.cpp:765
MethodisIndexed
lib/Alembic/AbcGeom/IGeomParam.h:67
MethodisIndexed
lib/Alembic/AbcGeom/IGeomParam.h:166
MethodisIntermediate
maya/AbcExport/MayaUtility.cpp:398
MethodisLight
lib/Alembic/Ogawa/IGroup.cpp:192
MethodisMatrixOp
-
lib/Alembic/AbcGeom/FilmBackXformOp.cpp:191
MethodisOpen
lib/Alembic/Ogawa/IStreams.cpp:356
MethodisOpen
lib/Alembic/Ogawa/IStreams.cpp:590
MethodisPartialSample
lib/Alembic/AbcGeom/OPoints.h:123
MethodisPartialSample
lib/Alembic/AbcGeom/OPolyMesh.h:131
MethodisPartialSample
lib/Alembic/AbcGeom/OCurves.h:220
MethodisPartialSample
lib/Alembic/AbcGeom/ONuPatch.h:237
MethodisPassiveOutput
make the far clipping plane passive, as packages like C4D don't have a far clipping plane and when it doesn't exist it isn't easy to guess what the co
maya/AbcImport/AlembicNode.cpp:1220
MethodisRenderable
maya/AbcExport/MayaUtility.cpp:410
MethodisRotateXOp
-
lib/Alembic/AbcGeom/XformOp.cpp:307
MethodisRotateYOp
-
lib/Alembic/AbcGeom/XformOp.cpp:313
MethodisRotateZOp
-
lib/Alembic/AbcGeom/XformOp.cpp:319
FunctionisScalar
Convenience to return whether the property is scalar. Same as getPropertyType() == kScalarProperty
lib/Alembic/AbcCoreAbstract/BasePropertyReader.h:86
FunctionisScalar
Convenience to return whether the property is scalar. Same as getPropertyType() == kScalarProperty
lib/Alembic/AbcCoreAbstract/BasePropertyWriter.h:91
MethodisScalar
Convenience to return whether the property is scalar. Same as getPropertyType() == kScalarProperty
lib/Alembic/Abc/IBaseProperty.h:110
MethodisScaleOp
-
lib/Alembic/AbcGeom/FilmBackXformOp.cpp:185
FunctionisSimple
Convenience to return whether the property is simple (non-compound) Same as getPropertyType() != kCompoundProperty
lib/Alembic/AbcCoreAbstract/BasePropertyReader.h:98
FunctionisSimple
Convenience to return whether the property is simple (non-compound) Same as getPropertyType() != kCompoundProperty
lib/Alembic/AbcCoreAbstract/BasePropertyWriter.h:103
MethodisSimple
Convenience to return whether the property is simple (non-compound) Same as getPropertyType() != kCompoundProperty
lib/Alembic/Abc/IBaseProperty.h:122
MethodisTranslateOp
-
lib/Alembic/AbcGeom/FilmBackXformOp.cpp:179
FunctionisUniform
Asks if the sampling is: Uniform (1 sample per cycle) Cyclic (N>1 samples per cycle) Acyclic (INF samples per cycle - acyclic!)
lib/Alembic/AbcCoreAbstract/TimeSamplingType.h:139
FunctionisUnsigned
maya/AbcExport/MayaUtility.h:71
MethodisValid
lib/Alembic/Ogawa/IStreams.cpp:760
MethodisValid
lib/Alembic/Ogawa/OArchive.cpp:59
Functionl
Declare a polyline. ...
examples/AbcClients/WFObjConvert/Reader.h:165
Methodl
examples/AbcClients/WFObjConvert/Tests/parserTest.cpp:168
Methodl_
examples/AbcClients/WFObjConvert/Parser.cpp:150
Methodlen
python/PyAlembic/PyICompoundProperty.cpp:69
Methodlen
python/PyAlembic/PyIPropertyUtil.h:92
MethodloadFaceSetNames
-
lib/Alembic/AbcGeom/IPolyMesh.cpp:136
MethodloadFaceSetNames
-
lib/Alembic/AbcGeom/ISubD.cpp:325
Functionlod
- Level of detail number -
examples/AbcClients/WFObjConvert/Reader.h:226
Methodlod
-
examples/AbcClients/WFObjConvert/ParseReader.cpp:427
Methodlod
examples/AbcClients/WFObjConvert/Tests/parserTest.cpp:250
Functionmain
python/PyAlembic/Tests/main.cpp:115
Functionmain
lib/Alembic/Util/Tests/NamingTest.cpp:44
Functionmain
-
lib/Alembic/Util/Tests/TokenMapTest.cpp:128
Functionmain
lib/Alembic/Util/Tests/OperatorBoolTest.cpp:63
Functionmain
lib/Alembic/Util/Tests/DimensionsTestJeffs.cpp:38
Functionmain
lib/Alembic/AbcCollection/Tests/CollectionTest.cpp:121
Functionmain
-
lib/Alembic/AbcCoreAbstract/Tests/CompoundPropertyTest1.cpp:97
Functionmain
-
lib/Alembic/AbcCoreAbstract/Tests/OctessenceBug38.cpp:347
Functionmain
-
lib/Alembic/AbcCoreAbstract/Tests/OctessenceBug58.cpp:97
Functionmain
-
lib/Alembic/AbcCoreAbstract/Tests/TestTimeSampling.cpp:591
Functionmain
lib/Alembic/AbcMaterial/Tests/WriteMaterial.cpp:200
Functionmain
lib/Alembic/AbcMaterial/Tests/MaterialAssignAndFlattenTest.cpp:136
Functionmain
lib/Alembic/AbcMaterial/Tests/NetworkNodeTest.cpp:240
Functionmain
lib/Alembic/AbcMaterial/Tests/WriteHasAMaterial.cpp:167
Functionmain
lib/Alembic/AbcMaterial/Tests/MaterialFlattenTest.cpp:141
Functionmain
lib/Alembic/AbcMaterial/Tests/WriteGeometryWithMaterials.cpp:147
Functionmain
lib/Alembic/AbcCoreOgawa/Tests/TimeSamplingTests.cpp:285
Functionmain
lib/Alembic/AbcCoreOgawa/Tests/ObjectTests.cpp:311
Functionmain
lib/Alembic/AbcCoreOgawa/Tests/ConstantPropsNumSampsTest.cpp:132
Functionmain
lib/Alembic/AbcCoreOgawa/Tests/fuzzTest.cpp:992
Functionmain
lib/Alembic/AbcCoreOgawa/Tests/ArchiveTests.cpp:427
Functionmain
lib/Alembic/AbcCoreOgawa/Tests/ArrayPropertyTests.cpp:2041
Functionmain
lib/Alembic/AbcCoreOgawa/Tests/HashesTests.cpp:818
Functionmain
lib/Alembic/AbcCoreOgawa/Tests/ScalarPropertyTests.cpp:848
Functionmain
lib/Alembic/Abc/Tests/UniformPropertyTest.cpp:164
Functionmain
-
lib/Alembic/Abc/Tests/InstanceTest.cpp:419
Functionmain
lib/Alembic/Abc/Tests/ObjectTests.cpp:350
Functionmain
lib/Alembic/Abc/Tests/IdentityPropertyTest.cpp:177
Functionmain
-
lib/Alembic/Abc/Tests/OctessenceBug17.cpp:165
Functionmain
lib/Alembic/Abc/Tests/test1.cpp:276
← previousnext →2,601–2,700 of 3,498, ranked by callers