Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
30856f29
Commit
30856f29
authored
Nov 20, 2017
by
Emmanuel Promayon
Browse files
FIXED cleaning up VtkMeshComponent
(sorry this has nothing to do with bug/activate-coverage...)
parent
3ed232fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
sdk/components/vtkmesh/VtkMeshComponent.cpp
View file @
30856f29
...
...
@@ -51,7 +51,6 @@ VtkMeshComponent::VtkMeshComponent (const QString& fileName) throw(AbortExcepti
// build the vtk data structure from the file
vtkSmartPointer
<
vtkPointSet
>
data
=
VtkMeshUtil
::
buildVtkPointSet
(
myFileName
.
toStdString
().
c_str
(),
whatIsIt
);
std
::
cout
<<
data
->
GetPointData
()
->
GetNumberOfArrays
()
<<
" arrays in pointdata"
<<
std
::
endl
;
// instanciate the Geometry
initRepresentation
(
data
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment