Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Modules
Visualization
Commits
eada55af
Commit
eada55af
authored
Jul 17, 2009
by
Andrew Heather
Browse files
using fieldname as label for point field data instead of volPointInterpolate(X)
parent
a143601b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPointFields.H
View file @
eada55af
...
...
@@ -132,7 +132,6 @@ void Foam::vtkPV3Foam::convertPointFields
}
template
<
class
Type
>
void
Foam
::
vtkPV3Foam
::
convertPointFieldBlock
(
...
...
@@ -162,7 +161,6 @@ void Foam::vtkPV3Foam::convertPointFieldBlock
}
template
<
class
Type
>
void
Foam
::
vtkPV3Foam
::
convertPointField
(
...
...
@@ -193,7 +191,7 @@ void Foam::vtkPV3Foam::convertPointField
pointData
->
SetNumberOfTuples
(
nPoints
+
addPointCellLabels
.
size
());
pointData
->
SetNumberOfComponents
(
nComp
);
pointData
->
Allocate
(
nComp
*
(
nPoints
+
addPointCellLabels
.
size
()));
pointData
->
SetName
(
p
tf
.
name
().
c_str
());
pointData
->
SetName
(
tf
.
name
().
c_str
());
if
(
debug
)
{
...
...
@@ -269,6 +267,7 @@ void Foam::vtkPV3Foam::convertPointField
pointData
->
Delete
();
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#endif
...
...
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