-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vtkClipClosedSurface #2532
Add vtkClipClosedSurface #2532
Conversation
922ec25
to
b08ddbf
Compare
b08ddbf
to
5e244d1
Compare
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
5e244d1
to
d13fe7c
Compare
@finetjul Btw, You call
|
d13fe7c
to
7fc7ec1
Compare
Then call |
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
51cc824
to
37ddeb6
Compare
37ddeb6
to
16995b5
Compare
8078dc8
to
fb8d21b
Compare
f7ec7e1
to
1137ba8
Compare
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js
Outdated
Show resolved
Hide resolved
1137ba8
to
497c4e5
Compare
497c4e5
to
c79b7f7
Compare
c79b7f7
to
4816143
Compare
@finetjul We discussed with @joannacirillo whether we should move |
4816143
to
82d04ac
Compare
Should be ready to merge from my side @finetjul |
3b8efdf
to
58a7803
Compare
Sources/Filters/General/ContourTriangulator/test/testContourTriangulator.js
Show resolved
Hide resolved
aea5813
to
02034b5
Compare
CellArray - Implemented insertNextCell, initialize - getNumberOfCells and getCellSizes now use publicAPI.getData() instead of model.values DataArray - Implemented deepCopy, getTuples, getValue, setValue, insertTuple, insertTuples, insertNextTuple, interpolateTuple, initialize - getRange now uses publicAPI.getData() instead of model.values - getNumberOfValues and getNumberOfTuples now use model.size instead of model.values.length - model.size defaults to model.values.length if not specified during initialization Points - Implemented insertNextPoint - Added tests - Removed wrong documentation about setPoint FieldData - Implemented interpolateData - Changes to passData and a bugfix - addArray now checks if an array with the given name already exists and replaces it in that case. DataSetAttributes - Implemented getAttributes, copy*On Co-authored-by: Julien Finet <[email protected]>
02034b5
to
9a9be4a
Compare
Implement vtkClipClosedSurface with vtkContourTriangulator, vtkIncrementalOctreePointLocator and vtkIncrementalOctreeNode.