Skip to content

Commit

Permalink
Rendering/VolumeAMR: use VTK_SIZEHINT
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Dec 14, 2017
1 parent 9d3bc78 commit f6321f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Rendering/VolumeAMR/vtkAMRVolumeMapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class VTKRENDERINGVOLUMEAMR_EXPORT vtkAMRVolumeMapper : public vtkVolumeMapper
planes[0],planes[1],planes[2],
planes[3],planes[4],planes[5]);}
void GetCroppingRegionPlanes(double *planes) override;
double *GetCroppingRegionPlanes() override;
double *GetCroppingRegionPlanes() VTK_SIZEHINT(6) override;
//@}
//@{
/**
Expand Down
1 change: 0 additions & 1 deletion Wrapping/Tools/hints
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
vtkAMRVolumeMapper GetCroppingRegionPlanes 307 6
vtkBoundingBox GetMinPoint 307 3
vtkBoundingBox GetMaxPoint 307 3
vtkBox GetBounds 307 6
Expand Down

0 comments on commit f6321f1

Please sign in to comment.