mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-12 23:20:10 +00:00
Removed unused (and unusable) Clear() method from Far::TopologyRefiner.
This commit is contained in:
parent
f9a7e08d44
commit
513dc96405
@ -79,12 +79,6 @@ TopologyRefiner::Unrefine() {
|
||||
_refinements.clear();
|
||||
}
|
||||
|
||||
void
|
||||
TopologyRefiner::Clear() {
|
||||
_levels.clear();
|
||||
_refinements.clear();
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Accessors to the topology information:
|
||||
|
@ -151,10 +151,6 @@ public:
|
||||
/// \brief Unrefine the topology (keep control cage)
|
||||
void Unrefine();
|
||||
|
||||
/// \brief Clear the topology entirely
|
||||
void Clear();
|
||||
//@}
|
||||
|
||||
//@{
|
||||
/// @name Primvar data interpolation
|
||||
///
|
||||
@ -381,8 +377,8 @@ public:
|
||||
return not compFaceVertTag._xordinary;
|
||||
}
|
||||
|
||||
/// \brief Returns the edge with vertices'v0' and 'v1' (or -1 if they are
|
||||
/// not connected)
|
||||
/// \brief Returns the edge with vertices 'v0' and 'v1' (or INDEX_INVALID if
|
||||
/// they are not connected)
|
||||
Index FindEdge(int level, Index v0, Index v1) const {
|
||||
return _levels[level]->findEdge(v0, v1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user