HDK
|
Classes | |
class | CameraSample |
class | FilmBackXformOp |
FilmBack Xform Operation This class holds the data about a particular transform operation, but does not hold the actual data to calculate a 3x3 matrix. It holds the type of operation (Translate, Scale, Matrix), a hint about the type which can be interpreted by packages like Maya, and what particular parts of the operations can change over time. More... | |
class | ICameraSchema |
class | ICurvesSchema |
class | IFaceSetSchema |
class | IGeomBaseSchema |
class | IGeomBase |
class | ITypedGeomParam |
class | ILightSchema |
class | INuPatchSchema |
class | IPointsSchema |
class | IPolyMeshSchema |
class | ISubDSchema |
class | IXformSchema |
class | OCameraSchema |
class | OCurvesSchema |
class | OFaceSetSchema |
class | OGeomBaseSchema |
class | OTypedGeomParam |
class | OLightSchema |
class | ONuPatchSchema |
class | OPointsSchema |
class | OPolyMeshSchema |
class | OSubDSchema |
class | OXformSchema |
class | XformOp |
Xform Operation This class holds the data about a particular transform operation, but does not hold the actual data to calculate a 4x4 matrix. It holds the type of operation (Translate, Rotate, Scale, Matrix), a hint about the type which can be interpreted by packages like Maya, and what particular parts of the operations can change over time. More... | |
class | XformSample |
Enumerations | |
enum | BasisType { kNoBasis = 0, kBezierBasis = 1, kBsplineBasis = 2, kCatmullromBasis = 3, kHermiteBasis = 4, kPowerBasis = 5 } |
enum | CurvePeriodicity { kNonPeriodic = 0, kPeriodic = 1 } |
enum | CurveType { kCubic = 0, kLinear = 1, kVariableOrder = 2 } |
enum | FaceSetExclusivity { kFaceSetNonExclusive, kFaceSetExclusive } |
Hint to indicate face membership is mutally exclusive. Some structures that group faces only allow a face to belong in one FaceSet, while other times a face is allowed to belong to any number of FaceSets. By default FaceSets aren't exclusive. More... | |
enum | MeshTopologyVariance { kConstantTopology = 0, kHomogenousTopology = 1, kHomogeneousTopology = 1, kHeterogenousTopology = 2, kHeterogeneousTopology = 2 } |
enum | XformOperationType { kScaleOperation = 0, kTranslateOperation = 1, kRotateOperation = 2, kMatrixOperation = 3, kRotateXOperation = 4, kRotateYOperation = 5, kRotateZOperation = 6 } |
Enum that indicates the type of transformational operation. This enum is used when encoding and decoding the transform operation data. More... | |
enum | FilmBackXformOperationType { kScaleFilmBackOperation = 0, kTranslateFilmBackOperation = 1, kMatrixFilmBackOperation = 2 } |
Enum that indicates the type of 2d operation for cameras. This enum is used when encoding and decoding the 2d filmback data for cameras. More... | |
enum | GeometryScope { kConstantScope = 0, kUniformScope = 1, kVaryingScope = 2, kVertexScope = 3, kFacevaryingScope = 4, kUnknownScope = 127 } |
enum | ObjectVisibility { kVisibilityDeferred = -1, kVisibilityHidden = 0, kVisibilityVisible = 1 } |
Values for the visibility property The top-compound object of AbcGeom Schema objects can include an optional visibility property. The value can express. More... | |
enum | MatrixHint { kMatrixHint = 0, kMayaShearHint = 1 } |
The Matrix identifier hint. Some 3d packages (like Maya) may have certain transformation operations that aren't supported in other packages. MatrixHint is meant to help with reading back into applications that natively support the type. More... | |
enum | RotateHint { kRotateHint = 0, kRotateOrientationHint = 1 } |
The Rotate identifier hint. Some 3d packages (like Maya) have multiple rotation operations that are mathmatically of the same type. RotateHint is meant to help disambiguate these similiar mathmatical types when reading back into applications that natively support the type. More... | |
enum | ScaleHint { kScaleHint = 0 } |
The Scale identifier hint. Some 3d packages (like Maya) have multiple transformation operations that are mathmatically of the same type. ScaleHint is meant to help disambiguate these similiar mathmatical types when reading back into applications that natively support that type. More... | |
enum | TranslateHint { kTranslateHint = 0, kScalePivotPointHint = 1, kScalePivotTranslationHint = 2, kRotatePivotPointHint = 3, kRotatePivotTranslationHint = 4 } |
The Translation identifier hint. Some 3d packages (like Maya) have multiple transformation operations that are mathmatically of the same type. TranslateHint is meant to help disambiguate these similiar mathmatical types when reading back into applications that natively support the type. More... | |
typedef ITypedGeomParam<BooleanTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBoolGeomParam |
Definition at line 503 of file IGeomParam.h.
typedef ITypedGeomParam<Box2dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBox2dGeomParam |
Definition at line 541 of file IGeomParam.h.
typedef ITypedGeomParam<Box2fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBox2fGeomParam |
Definition at line 540 of file IGeomParam.h.
typedef ITypedGeomParam<Box2iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBox2iGeomParam |
Definition at line 539 of file IGeomParam.h.
typedef ITypedGeomParam<Box2sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBox2sGeomParam |
Definition at line 538 of file IGeomParam.h.
typedef ITypedGeomParam<Box3dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBox3dGeomParam |
Definition at line 546 of file IGeomParam.h.
typedef ITypedGeomParam<Box3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBox3fGeomParam |
Definition at line 545 of file IGeomParam.h.
typedef ITypedGeomParam<Box3iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBox3iGeomParam |
Definition at line 544 of file IGeomParam.h.
typedef ITypedGeomParam<Box3sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IBox3sGeomParam |
Definition at line 543 of file IGeomParam.h.
typedef ITypedGeomParam<C3cTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IC3cGeomParam |
Definition at line 558 of file IGeomParam.h.
typedef ITypedGeomParam<C3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IC3fGeomParam |
Definition at line 557 of file IGeomParam.h.
typedef ITypedGeomParam<C3hTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IC3hGeomParam |
Definition at line 556 of file IGeomParam.h.
typedef ITypedGeomParam<C4cTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IC4cGeomParam |
Definition at line 562 of file IGeomParam.h.
typedef ITypedGeomParam<C4fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IC4fGeomParam |
Definition at line 561 of file IGeomParam.h.
typedef ITypedGeomParam<C4hTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IC4hGeomParam |
Definition at line 560 of file IGeomParam.h.
typedef Util::shared_ptr< ICamera > Alembic::AbcGeom::ALEMBIC_VERSION_NS::ICameraPtr |
typedef ITypedGeomParam<Int8TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::ICharGeomParam |
Definition at line 505 of file IGeomParam.h.
typedef Util::shared_ptr< ICurves > Alembic::AbcGeom::ALEMBIC_VERSION_NS::ICurvesPtr |
typedef ITypedGeomParam<Float64TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IDoubleGeomParam |
Definition at line 514 of file IGeomParam.h.
Definition at line 239 of file IFaceSet.h.
typedef Util::shared_ptr< IFaceSet > Alembic::AbcGeom::ALEMBIC_VERSION_NS::IFaceSetPtr |
Definition at line 241 of file IFaceSet.h.
typedef ITypedGeomParam<Float32TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IFloatGeomParam |
Definition at line 513 of file IGeomParam.h.
Definition at line 390 of file IGeomBase.h.
typedef ITypedGeomParam<Float16TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IHalfGeomParam |
Definition at line 512 of file IGeomParam.h.
typedef ITypedGeomParam<Int16TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IInt16GeomParam |
Definition at line 507 of file IGeomParam.h.
typedef ITypedGeomParam<Int32TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IInt32GeomParam |
Definition at line 509 of file IGeomParam.h.
typedef ITypedGeomParam<Int64TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IInt64GeomParam |
Definition at line 511 of file IGeomParam.h.
typedef Util::shared_ptr< ILight > Alembic::AbcGeom::ALEMBIC_VERSION_NS::ILightPtr |
typedef ITypedGeomParam<M33dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IM33dGeomParam |
Definition at line 549 of file IGeomParam.h.
typedef ITypedGeomParam<M33fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IM33fGeomParam |
Definition at line 548 of file IGeomParam.h.
typedef ITypedGeomParam<M44dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IM44dGeomParam |
Definition at line 551 of file IGeomParam.h.
typedef ITypedGeomParam<M44fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IM44fGeomParam |
Definition at line 550 of file IGeomParam.h.
typedef ITypedGeomParam<N2dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IN2dGeomParam |
Definition at line 565 of file IGeomParam.h.
typedef ITypedGeomParam<N2fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IN2fGeomParam |
Definition at line 564 of file IGeomParam.h.
typedef ITypedGeomParam<N3dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IN3dGeomParam |
Definition at line 568 of file IGeomParam.h.
typedef ITypedGeomParam<N3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IN3fGeomParam |
Definition at line 567 of file IGeomParam.h.
Definition at line 368 of file INuPatch.h.
typedef Util::shared_ptr< INuPatch > Alembic::AbcGeom::ALEMBIC_VERSION_NS::INuPatchPtr |
Definition at line 370 of file INuPatch.h.
typedef ITypedGeomParam<P2dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IP2dGeomParam |
Definition at line 531 of file IGeomParam.h.
typedef ITypedGeomParam<P2fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IP2fGeomParam |
Definition at line 530 of file IGeomParam.h.
typedef ITypedGeomParam<P2iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IP2iGeomParam |
Definition at line 529 of file IGeomParam.h.
typedef ITypedGeomParam<P2sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IP2sGeomParam |
Definition at line 528 of file IGeomParam.h.
typedef ITypedGeomParam<P3dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IP3dGeomParam |
Definition at line 536 of file IGeomParam.h.
typedef ITypedGeomParam<P3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IP3fGeomParam |
Definition at line 535 of file IGeomParam.h.
typedef ITypedGeomParam<P3iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IP3iGeomParam |
Definition at line 534 of file IGeomParam.h.
typedef ITypedGeomParam<P3sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IP3sGeomParam |
Definition at line 533 of file IGeomParam.h.
typedef Util::shared_ptr< IPoints > Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPointsPtr |
Definition at line 299 of file IPolyMesh.h.
typedef Util::shared_ptr< IPolyMesh > Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshPtr |
Definition at line 301 of file IPolyMesh.h.
typedef ITypedGeomParam<QuatdTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IQuatdGeomParam |
Definition at line 554 of file IGeomParam.h.
typedef ITypedGeomParam<QuatfTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IQuatfGeomParam |
Definition at line 553 of file IGeomParam.h.
typedef ITypedGeomParam<StringTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IStringGeomParam |
Definition at line 515 of file IGeomParam.h.
typedef Util::shared_ptr< ISubD > Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDPtr |
typedef ITypedGeomParam<Uint8TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IUcharGeomParam |
Definition at line 504 of file IGeomParam.h.
typedef ITypedGeomParam<Uint16TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IUInt16GeomParam |
Definition at line 506 of file IGeomParam.h.
typedef ITypedGeomParam<Uint32TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IUInt32GeomParam |
Definition at line 508 of file IGeomParam.h.
typedef ITypedGeomParam<Uint64TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IUInt64GeomParam |
Definition at line 510 of file IGeomParam.h.
typedef ITypedGeomParam<V2dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IV2dGeomParam |
Definition at line 521 of file IGeomParam.h.
typedef ITypedGeomParam<V2fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IV2fGeomParam |
Definition at line 520 of file IGeomParam.h.
typedef ITypedGeomParam<V2iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IV2iGeomParam |
Definition at line 519 of file IGeomParam.h.
typedef ITypedGeomParam<V2sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IV2sGeomParam |
Definition at line 518 of file IGeomParam.h.
typedef ITypedGeomParam<V3dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IV3dGeomParam |
Definition at line 526 of file IGeomParam.h.
typedef ITypedGeomParam<V3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IV3fGeomParam |
Definition at line 525 of file IGeomParam.h.
typedef ITypedGeomParam<V3iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IV3iGeomParam |
Definition at line 524 of file IGeomParam.h.
typedef ITypedGeomParam<V3sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IV3sGeomParam |
Definition at line 523 of file IGeomParam.h.
Definition at line 80 of file Visibility.h.
typedef ITypedGeomParam<WstringTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::IWstringGeomParam |
Definition at line 516 of file IGeomParam.h.
typedef Util::shared_ptr< IXform > Alembic::AbcGeom::ALEMBIC_VERSION_NS::IXformPtr |
typedef OTypedGeomParam<BooleanTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBoolGeomParam |
Definition at line 384 of file OGeomParam.h.
typedef OTypedGeomParam<Box2dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBox2dGeomParam |
Definition at line 422 of file OGeomParam.h.
typedef OTypedGeomParam<Box2fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBox2fGeomParam |
Definition at line 421 of file OGeomParam.h.
typedef OTypedGeomParam<Box2iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBox2iGeomParam |
Definition at line 420 of file OGeomParam.h.
typedef OTypedGeomParam<Box2sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBox2sGeomParam |
Definition at line 419 of file OGeomParam.h.
typedef OTypedGeomParam<Box3dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBox3dGeomParam |
Definition at line 427 of file OGeomParam.h.
typedef OTypedGeomParam<Box3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBox3fGeomParam |
Definition at line 426 of file OGeomParam.h.
typedef OTypedGeomParam<Box3iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBox3iGeomParam |
Definition at line 425 of file OGeomParam.h.
typedef OTypedGeomParam<Box3sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OBox3sGeomParam |
Definition at line 424 of file OGeomParam.h.
typedef OTypedGeomParam<C3cTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OC3cGeomParam |
Definition at line 439 of file OGeomParam.h.
typedef OTypedGeomParam<C3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OC3fGeomParam |
Definition at line 438 of file OGeomParam.h.
typedef OTypedGeomParam<C3hTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OC3hGeomParam |
Definition at line 437 of file OGeomParam.h.
typedef OTypedGeomParam<C4cTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OC4cGeomParam |
Definition at line 443 of file OGeomParam.h.
typedef OTypedGeomParam<C4fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OC4fGeomParam |
Definition at line 442 of file OGeomParam.h.
typedef OTypedGeomParam<C4hTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OC4hGeomParam |
Definition at line 441 of file OGeomParam.h.
typedef Util::shared_ptr< OCamera > Alembic::AbcGeom::ALEMBIC_VERSION_NS::OCameraPtr |
typedef OTypedGeomParam<Int8TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OCharGeomParam |
Definition at line 386 of file OGeomParam.h.
typedef Util::shared_ptr< OCurves > Alembic::AbcGeom::ALEMBIC_VERSION_NS::OCurvesPtr |
typedef OTypedGeomParam<Float64TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::ODoubleGeomParam |
Definition at line 395 of file OGeomParam.h.
Definition at line 220 of file OFaceSet.h.
typedef Util::shared_ptr< OFaceSet > Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFaceSetPtr |
Definition at line 222 of file OFaceSet.h.
typedef OTypedGeomParam<Float32TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFloatGeomParam |
Definition at line 394 of file OGeomParam.h.
typedef OTypedGeomParam<Float16TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OHalfGeomParam |
Definition at line 393 of file OGeomParam.h.
typedef OTypedGeomParam<Int16TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OInt16GeomParam |
Definition at line 388 of file OGeomParam.h.
typedef OTypedGeomParam<Int32TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OInt32GeomParam |
Definition at line 390 of file OGeomParam.h.
typedef OTypedGeomParam<Int64TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OInt64GeomParam |
Definition at line 392 of file OGeomParam.h.
typedef Util::shared_ptr< OLight > Alembic::AbcGeom::ALEMBIC_VERSION_NS::OLightPtr |
typedef OTypedGeomParam<M33dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OM33dGeomParam |
Definition at line 430 of file OGeomParam.h.
typedef OTypedGeomParam<M33fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OM33fGeomParam |
Definition at line 429 of file OGeomParam.h.
typedef OTypedGeomParam<M44dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OM44dGeomParam |
Definition at line 432 of file OGeomParam.h.
typedef OTypedGeomParam<M44fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OM44fGeomParam |
Definition at line 431 of file OGeomParam.h.
typedef OTypedGeomParam<N2dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::ON2dGeomParam |
Definition at line 446 of file OGeomParam.h.
typedef OTypedGeomParam<N2fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::ON2fGeomParam |
Definition at line 445 of file OGeomParam.h.
typedef OTypedGeomParam<N3dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::ON3dGeomParam |
Definition at line 449 of file OGeomParam.h.
typedef OTypedGeomParam<N3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::ON3fGeomParam |
Definition at line 448 of file OGeomParam.h.
Definition at line 502 of file ONuPatch.h.
typedef Util::shared_ptr< ONuPatch > Alembic::AbcGeom::ALEMBIC_VERSION_NS::ONuPatchPtr |
Definition at line 504 of file ONuPatch.h.
typedef OTypedGeomParam<P2dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OP2dGeomParam |
Definition at line 412 of file OGeomParam.h.
typedef OTypedGeomParam<P2fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OP2fGeomParam |
Definition at line 411 of file OGeomParam.h.
typedef OTypedGeomParam<P2iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OP2iGeomParam |
Definition at line 410 of file OGeomParam.h.
typedef OTypedGeomParam<P2sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OP2sGeomParam |
Definition at line 409 of file OGeomParam.h.
typedef OTypedGeomParam<P3dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OP3dGeomParam |
Definition at line 417 of file OGeomParam.h.
typedef OTypedGeomParam<P3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OP3fGeomParam |
Definition at line 416 of file OGeomParam.h.
typedef OTypedGeomParam<P3iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OP3iGeomParam |
Definition at line 415 of file OGeomParam.h.
typedef OTypedGeomParam<P3sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OP3sGeomParam |
Definition at line 414 of file OGeomParam.h.
typedef Util::shared_ptr< OPoints > Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsPtr |
Definition at line 343 of file OPolyMesh.h.
typedef Util::shared_ptr< OPolyMesh > Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPolyMeshPtr |
Definition at line 345 of file OPolyMesh.h.
typedef OTypedGeomParam<QuatdTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OQuatdGeomParam |
Definition at line 435 of file OGeomParam.h.
typedef OTypedGeomParam<QuatfTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OQuatfGeomParam |
Definition at line 434 of file OGeomParam.h.
typedef OTypedGeomParam<StringTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OStringGeomParam |
Definition at line 396 of file OGeomParam.h.
typedef Util::shared_ptr< OSubD > Alembic::AbcGeom::ALEMBIC_VERSION_NS::OSubDPtr |
typedef OTypedGeomParam<Uint8TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OUcharGeomParam |
Definition at line 385 of file OGeomParam.h.
typedef OTypedGeomParam<Uint16TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OUInt16GeomParam |
Definition at line 387 of file OGeomParam.h.
typedef OTypedGeomParam<Uint32TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OUInt32GeomParam |
Definition at line 389 of file OGeomParam.h.
typedef OTypedGeomParam<Uint64TPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OUInt64GeomParam |
Definition at line 391 of file OGeomParam.h.
typedef OTypedGeomParam<V2dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OV2dGeomParam |
Definition at line 402 of file OGeomParam.h.
typedef OTypedGeomParam<V2fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OV2fGeomParam |
Definition at line 401 of file OGeomParam.h.
typedef OTypedGeomParam<V2iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OV2iGeomParam |
Definition at line 400 of file OGeomParam.h.
typedef OTypedGeomParam<V2sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OV2sGeomParam |
Definition at line 399 of file OGeomParam.h.
typedef OTypedGeomParam<V3dTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OV3dGeomParam |
Definition at line 407 of file OGeomParam.h.
typedef OTypedGeomParam<V3fTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OV3fGeomParam |
Definition at line 406 of file OGeomParam.h.
typedef OTypedGeomParam<V3iTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OV3iGeomParam |
Definition at line 405 of file OGeomParam.h.
typedef OTypedGeomParam<V3sTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OV3sGeomParam |
Definition at line 404 of file OGeomParam.h.
Definition at line 81 of file Visibility.h.
typedef OTypedGeomParam<WstringTPTraits> Alembic::AbcGeom::ALEMBIC_VERSION_NS::OWstringGeomParam |
Definition at line 397 of file OGeomParam.h.
typedef Util::shared_ptr< OXform > Alembic::AbcGeom::ALEMBIC_VERSION_NS::OXformPtr |
typedef std::vector< XformOp > Alembic::AbcGeom::ALEMBIC_VERSION_NS::XformOpVec |
Enumerator | |
---|---|
kNonPeriodic | |
kPeriodic |
Definition at line 46 of file CurveType.h.
Enumerator | |
---|---|
kCubic | |
kLinear | |
kVariableOrder |
Definition at line 51 of file CurveType.h.
Hint to indicate face membership is mutally exclusive. Some structures that group faces only allow a face to belong in one FaceSet, while other times a face is allowed to belong to any number of FaceSets. By default FaceSets aren't exclusive.
Enumerator | |
---|---|
kFaceSetNonExclusive | |
kFaceSetExclusive |
Definition at line 48 of file FaceSetExclusivity.h.
Enum that indicates the type of 2d operation for cameras. This enum is used when encoding and decoding the 2d filmback data for cameras.
Enumerator | |
---|---|
kScaleFilmBackOperation | |
kTranslateFilmBackOperation | |
kMatrixFilmBackOperation |
Definition at line 85 of file Foundation.h.
"GeometryScope" is the name we use for what is called Primitive Variable Class in the Renderman Interface. "Primitive Variable Class" is a bit non-descriptive in a geometry caching context, so we use the somewhat more meaningful (but still admittedly vague) "GeometryScope". Below is a table reproduced from PRMan Application Note #22 describing what each of these labels means for different types of geometry. From Prman Application Note #22 (and Prman Application Note #19) For every geometric prim, there is 1 value for "constant" geometry scope. To save space in my little table here, I'll leave out the "constant" column but just imagine it with a big happy column of '1's.
QUADRIC & POLYGON SURFACE PRIMITIVES |
Surface Primitive | Uniform | Varying | Vertex | Facevarying |
---|---|---|---|---|
Quadrics | 1 | 4 | 4 | 4 |
Polygon | 1 | nverts | nverts | nverts |
GeneralPolygon | 1 | nverts | nverts | nverts |
PointsPolygons | npolys | nverts | nverts | sum(nvertices_i) |
PointsGeneralPolygons | npolys | nverts | nverts | sum(nvertices_i) |
Points | 1 | npoints | npoints | npoints |
SubdivisionMesh | nfaces | nverts | nverts | sum(nvertices_i) |
PARAMETRIC SURFACE PRIMITIVES | Surface Primitive | Uniform | Varying and | Vertex | | | Facevarying | | -----------------—|--------------—|---------------—|---------------—| Patch bilinear | 1 | 4 | 4 | Patch bicubic | 1 | 4 | 16 | PatchMesh bilinear | (nu-unowrap)* | nu*nv | nu*nv | | (nv-vnowrap) | | | PatchMesh bicubic | usegs * vsegs | (usegs+unowrap)* | nu*nv | | | (vsegs+vnowrap) | | NuPatch | (nu-uorder+1)* | (nu-uorder+2)* | nu*nv | | (nv-vorder+1) | (nv-vorder+2) | | Curves linear | ncurves | sum(nvertices_i) | sum(nvertices_i) | Curves cubic | ncurves | sum(nsegs_i | sum(nvertices_i) | | | +nowrap) | |
Enumerator | |
---|---|
kConstantScope | |
kUniformScope | |
kVaryingScope | |
kVertexScope | |
kFacevaryingScope | |
kUnknownScope |
Definition at line 96 of file GeometryScope.h.
The Matrix identifier hint. Some 3d packages (like Maya) may have certain transformation operations that aren't supported in other packages. MatrixHint is meant to help with reading back into applications that natively support the type.
Enumerator | |
---|---|
kMatrixHint |
Regular Matrix. |
kMayaShearHint |
Matrix represents Maya's version of Shear. |
Meshes have topology, which can be either unchanging (constant) homogeneous, which indicates that the connectivity is unchanging, but the positions may change, and finally heterogeneous, which indicates that the connectivity and positions may change.
Enumerator | |
---|---|
kConstantTopology | |
kHomogenousTopology | |
kHomogeneousTopology | |
kHeterogenousTopology | |
kHeterogeneousTopology |
Definition at line 58 of file Foundation.h.
Values for the visibility property The top-compound object of AbcGeom Schema objects can include an optional visibility property. The value can express.
Definition at line 60 of file Visibility.h.
The Rotate identifier hint. Some 3d packages (like Maya) have multiple rotation operations that are mathmatically of the same type. RotateHint is meant to help disambiguate these similiar mathmatical types when reading back into applications that natively support the type.
Enumerator | |
---|---|
kRotateHint |
Default regular rotation. |
kRotateOrientationHint |
Rotation that goes along with the rotate pivot to help orient the local rotation space. |
The Scale identifier hint. Some 3d packages (like Maya) have multiple transformation operations that are mathmatically of the same type. ScaleHint is meant to help disambiguate these similiar mathmatical types when reading back into applications that natively support that type.
Enumerator | |
---|---|
kScaleHint |
Default, regular scale. |
The Translation identifier hint. Some 3d packages (like Maya) have multiple transformation operations that are mathmatically of the same type. TranslateHint is meant to help disambiguate these similiar mathmatical types when reading back into applications that natively support the type.
Enum that indicates the type of transformational operation. This enum is used when encoding and decoding the transform operation data.
Enumerator | |
---|---|
kScaleOperation | |
kTranslateOperation | |
kRotateOperation | |
kMatrixOperation | |
kRotateXOperation | |
kRotateYOperation | |
kRotateZOperation |
Definition at line 70 of file Foundation.h.
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_PolyMesh_v1" | , |
"AbcGeom_GeomBase_v1" | , | ||
".geom" | , | ||
false | , | ||
PolyMeshSchemaInfo | |||
) |
Declare our schema info for AbcGeom.
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_NuPatch_v2" | , |
"AbcGeom_GeomBase_v1" | , | ||
".geom" | , | ||
false | , | ||
NuPatchSchemaInfo | |||
) |
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_SubD_v1" | , |
"AbcGeom_GeomBase_v1" | , | ||
".geom" | , | ||
false | , | ||
SubDSchemaInfo | |||
) |
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_FaceSet_v1" | , |
"AbcGeom_GeomBase_v1" | , | ||
".faceset" | , | ||
false | , | ||
FaceSetSchemaInfo | |||
) |
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_Points_v1" | , |
"AbcGeom_GeomBase_v1" | , | ||
".geom" | , | ||
false | , | ||
PointsSchemaInfo | |||
) |
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_Xform_v3" | , |
"" | , | ||
".xform" | , | ||
true | , | ||
XformSchemaInfo | |||
) |
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_Camera_v1" | , |
"" | , | ||
".geom" | , | ||
true | , | ||
CameraSchemaInfo | |||
) |
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_Curve_v2" | , |
"AbcGeom_GeomBase_v1" | , | ||
".geom" | , | ||
false | , | ||
CurvesSchemaInfo | |||
) |
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_Light_v1" | , |
"" | , | ||
".geom" | , | ||
true | , | ||
LightSchemaInfo | |||
) |
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ALEMBIC_ABC_DECLARE_SCHEMA_INFO | ( | "AbcGeom_GeomBase_v1" | , |
"" | , | ||
".geom" | , | ||
false | , | ||
GeomBaseSchemaInfo | |||
) |
Abc::Box3d Alembic::AbcGeom::ALEMBIC_VERSION_NS::computeBoundsFromPositionsByFaces | ( | const Int32ArraySample & | faces, |
const Int32ArraySample & | meshFaceCounts, | ||
const Int32ArraySample & | vertexIndices, | ||
const P3fArraySample & | meshP | ||
) |
ALEMBIC_EXPORT Abc::OBox3dProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::CreateOArchiveBounds | ( | OArchive & | iArchive, |
const Argument & | iArg0 = Argument() , |
||
const Argument & | iArg1 = Argument() , |
||
const Argument & | iArg2 = Argument() |
||
) |
Helper function that creates the bounds property off of the top object Arguments can specify metadata, timesampling, and error handling.
ALEMBIC_EXPORT OVisibilityProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::CreateVisibilityProperty | ( | OObject & | iObject, |
uint32_t | iTimeSamplingID | ||
) |
Creates the visibility property for the indicated object. As a convention, if the visibility of your object is animated, for frames that the object is visible you can write kVisibilityDeferred.
ALEMBIC_EXPORT OVisibilityProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::CreateVisibilityProperty | ( | OObject & | iObject, |
AbcA::TimeSamplingPtr | iTimeSampling | ||
) |
Creates the visibility property for the indicated object. As a convention, if the visibility of your object is animated, for frames that the object is visible you can write kVisibilityDeferred.
|
inline |
used in xform rotation conversion
Definition at line 153 of file Foundation.h.
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesBicubicPatch | ( | GeometryScope | iScope | ) |
Works for Bicubic Patch ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesBicubicPatchMesh | ( | GeometryScope | iScope, |
size_t | iNu, | ||
bool | iUNoWrap, | ||
size_t | iNv, | ||
bool | iVNoWrap | ||
) |
Works for BicubicPatchMesh Usegs = Nu-3. Vsegs = Nv-3.
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesBilinearPatch | ( | GeometryScope | iScope | ) |
Works for Bilinear Patch ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesBilinearPatchMesh | ( | GeometryScope | iScope, |
size_t | iNu, | ||
bool | iUNoWrap, | ||
size_t | iNv, | ||
bool | iVNoWrap | ||
) |
Works for BilinearPatchMesh ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesCubicCurves | ( | GeometryScope | iScope, |
size_t | iNumCurves, | ||
bool | iNoWrap, | ||
size_t | iSumOfCounts | ||
) |
Works for Bicubic Curves ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesLinearCurves | ( | GeometryScope | iScope, |
size_t | iNumCurves, | ||
bool | iNoWrap, | ||
size_t | iSumOfCounts | ||
) |
Works for Linear Curves ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesNuPatch | ( | GeometryScope | iScope, |
size_t | iNu, | ||
size_t | iUorder, | ||
size_t | iNv, | ||
size_t | iVorder | ||
) |
Works for Nurbs patch ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesPoints | ( | GeometryScope | iScope, |
size_t | iNumPoints | ||
) |
Works for Points ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesPointsPolygons | ( | GeometryScope | iScope, |
size_t | iNumPolys, | ||
size_t | iNumVerts, | ||
size_t | iSumOfCounts | ||
) |
Works for PointsPolygons & PointsGeneralPolygons ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesPolygon | ( | GeometryScope | iScope, |
size_t | iNumVerts | ||
) |
Works for GeneralPolygon & Polygon ...
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesQuadrics | ( | GeometryScope | iScope | ) |
These functions below are just implementations of the statements in the table above. Works for any quadric. ....
ALEMBIC_EXPORT size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::GeometryScopeNumValuesSubdivisionMesh | ( | GeometryScope | iScope, |
size_t | iNumFaces, | ||
size_t | iNumVerts, | ||
size_t | iSumOfCounts | ||
) |
Works for Subds, but not hierarchical. ...
ALEMBIC_EXPORT std::string Alembic::AbcGeom::ALEMBIC_VERSION_NS::GetBasisNameFromBasisType | ( | const BasisType | basis | ) |
|
inline |
Definition at line 128 of file GeometryScope.h.
ALEMBIC_EXPORT Abc::IBox3dProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::GetIArchiveBounds | ( | IArchive & | iArchive, |
const Argument & | iArg0 = Argument() , |
||
const Argument & | iArg1 = Argument() |
||
) |
Helper function that gets the bounds property off of the top object if it exists, if it doesn't exist an invalid IBox3dProperty is returned. Arguments can specify error handling policy or protocol matching policy.
ALEMBIC_EXPORT int Alembic::AbcGeom::ALEMBIC_VERSION_NS::GetStepFromBasisType | ( | const BasisType | basis | ) |
ALEMBIC_EXPORT ObjectVisibility Alembic::AbcGeom::ALEMBIC_VERSION_NS::GetVisibility | ( | IObject & | schemaObject, |
const Abc::ISampleSelector & | iSS = Abc::ISampleSelector() |
||
) |
If the object doesn't have a visibility property this will return kVisibilityDeferred. This function is provided as a convenience. It's equally valid for you to call GetVisibilityProperty () and access the property's values directly.
ALEMBIC_EXPORT IVisibilityProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::GetVisibilityProperty | ( | IObject & | schemaObject | ) |
If the object doesn't have a visibility property this will return a property that evaluates to false (aka a reset property)
ALEMBIC_EXPORT bool Alembic::AbcGeom::ALEMBIC_VERSION_NS::IsAncestorInvisible | ( | IObject | schemaObject, |
const Abc::ISampleSelector & | iSS = Abc::ISampleSelector() |
||
) |
Returns true if the passed in object explicitly specifies a visibility of kVisibilityHidden, or if it doesn't have a visibility property or has a value of Deferred this function will traverse upward through the object hierarchy until finding a object that does. If the top is reached, true will be returned.
|
inline |
A couple simple tests for if something is a GeomParam.
Definition at line 166 of file Foundation.h.
ALEMBIC_EXPORT bool Alembic::AbcGeom::ALEMBIC_VERSION_NS::isUV | ( | const AbcA::PropertyHeader & | iHeader | ) |
|
inline |
Definition at line 158 of file Foundation.h.
|
inline |
These functions will set or get the GeometryScope out of an object, by looking at its metadata.
Definition at line 113 of file GeometryScope.h.
ALEMBIC_EXPORT void Alembic::AbcGeom::ALEMBIC_VERSION_NS::SetIsUV | ( | AbcA::MetaData & | ioMetaData, |
bool | isUV | ||
) |
These functions below are convenience functions for identifying UVs. ...
|
inline |
This utility function sets an array prorperty sample using "set" if the sample is non-null, otherwise calls setFromPrevious.
Definition at line 96 of file Foundation.h.
|
inline |
Definition at line 127 of file Foundation.h.
|
inline |
Definition at line 109 of file Foundation.h.
|
inline |
Definition at line 118 of file Foundation.h.