Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(209)

Unified Diff: lib/Alembic/AbcGeom/XformSample.h

Issue 4662068: Alembic 1.0rc1, changes since 0.9.3
Patch Set: Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Alembic/AbcGeom/XformOp.cpp ('k') | lib/Alembic/AbcGeom/XformSample.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Alembic/AbcGeom/XformSample.h
===================================================================
--- a/lib/Alembic/AbcGeom/XformSample.h
+++ b/lib/Alembic/AbcGeom/XformSample.h
@@ -118,6 +118,9 @@
void setMatrix( const Abc::M44d &iMatrix );
Abc::M44d getMatrix() const;
+ //! Tests whether this sample has the same topology as iSample
+ bool isTopologyEqual( const XformSample & iSample );
+
//! Has this Sample been used in a call to OXformSchema::set()
const bool getIsTopologyFrozen() const { return m_hasBeenRead; }
@@ -135,11 +138,6 @@
//! 0 is unset; 1 is set via addOp; 2 is set via non-op-based methods
int32_t m_setWithOpStack;
- //! This will be populated by the addOp() methods or setFoo() methods
- //! in the case of the sample being used to write data, and by the
- //! IXform in the case of the sample being used to read data.
- std::vector<Alembic::Util::uint8_t> m_opsArray;
-
std::vector<XformOp> m_ops;
bool m_inherits;
« no previous file with comments | « lib/Alembic/AbcGeom/XformOp.cpp ('k') | lib/Alembic/AbcGeom/XformSample.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b