Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Todd Kordenbrock
VTK-m
Commits
ee93ce42
Commit
ee93ce42
authored
Dec 16, 2015
by
dpugmire
Browse files
Rename iterative dataset builder to conform to class nomenclature
parent
a975ad4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/cont/DataSetBuilderExplicit.h
View file @
ee93ce42
...
...
@@ -285,11 +285,11 @@ DataSetBuilderExplicit::Create(const std::vector<vtkm::Vec<T,3> > &coords,
return
dataSet
;
}
class
DataSet
Iterative
BuilderExplicit
class
DataSetBuilderExplicit
Iterative
{
public:
VTKM_CONT_EXPORT
DataSet
Iterative
BuilderExplicit
()
{}
DataSetBuilderExplicit
Iterative
()
{}
VTKM_CONT_EXPORT
void
Begin
(
const
std
::
string
&
_coordNm
=
"coords"
,
...
...
@@ -368,7 +368,7 @@ private:
};
vtkm
::
cont
::
DataSet
DataSet
Iterative
BuilderExplicit
::
Create
()
DataSetBuilderExplicit
Iterative
::
Create
()
{
DataSetBuilderExplicit
dsb
;
return
dsb
.
Create
(
points
,
shapes
,
numIdx
,
connectivity
,
coordNm
,
cellNm
);
...
...
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