Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
0e94e304
Commit
0e94e304
authored
Jul 22, 2017
by
Alexander Wiebel
Browse files
[STYLE
#364
] image and comments
parent
9f583203
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
2 deletions
+45
-2
src/modules/meshToPoints/WMMeshToPoints.cpp
src/modules/meshToPoints/WMMeshToPoints.cpp
+2
-2
src/modules/meshToPoints/resources/META
src/modules/meshToPoints/resources/META
+43
-0
src/modules/meshToPoints/resources/WMMeshToPoints.png
src/modules/meshToPoints/resources/WMMeshToPoints.png
+0
-0
No files found.
src/modules/meshToPoints/WMMeshToPoints.cpp
View file @
0e94e304
...
...
@@ -63,12 +63,12 @@ const std::string WMMeshToPoints::getName() const
const
std
::
string
WMMeshToPoints
::
getDescription
()
const
{
return
"This module converts mesh data to points by using the
fiber
vertex points and colors."
;
return
"This module converts mesh data to points by using the
mesh
vertex points and colors."
;
}
void
WMMeshToPoints
::
connectors
()
{
// The input
fiber dataset
// The input
triangle mesh
m_meshInput
=
boost
::
shared_ptr
<
WModuleInputData
<
WTriangleMesh
>
>
(
new
WModuleInputData
<
WTriangleMesh
>
(
shared_from_this
(),
"mesh"
,
"The mesh dataset"
)
);
...
...
src/modules/meshToPoints/resources/META
0 → 100644
View file @
0e94e304
//---------------------------------------------------------------------------
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2015-2017 OpenWalnut Community, Nemtics, BSV@Uni-Leipzig
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
// OpenWalnut is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// OpenWalnut is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with OpenWalnut. If not, see <http://www.gnu.org/licenses/>.
//
//---------------------------------------------------------------------------
// An extensively commented example of a META file can be
// found in src/modules/template/resources
"Mesh To Points"
{
icon="WMMeshToPoints.png";
website = "http://www.openwalnut.org";
description = "This module converts mesh data to points by using the mesh vertex points and colors.";
author = "OpenWalnut Project";
"OpenWalnut Project"
{
url="http://www.openwalnut.org";
email="contact@openwalnut.org";
what="Development, adaption to style and bug fixing";
};
};
src/modules/meshToPoints/resources/WMMeshToPoints.png
0 → 100644
View file @
0e94e304
2.32 KB
Write
Preview
Markdown
is supported
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