Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
d0fb64a3
Commit
d0fb64a3
authored
Sep 07, 2015
by
David Gobbi
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove methods that were never implemented.
parent
41f5902e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
11 deletions
+0
-11
Common/DataModel/vtkAMRBox.h
Common/DataModel/vtkAMRBox.h
+0
-6
Common/DataModel/vtkPixelTransfer.h
Common/DataModel/vtkPixelTransfer.h
+0
-2
IO/Export/vtkX3DExporterFIWriter.h
IO/Export/vtkX3DExporterFIWriter.h
+0
-2
Rendering/OpenGL2/vtkTextureObject.h
Rendering/OpenGL2/vtkTextureObject.h
+0
-1
No files found.
Common/DataModel/vtkAMRBox.h
View file @
d0fb64a3
...
...
@@ -44,12 +44,6 @@ class VTKCOMMONDATAMODEL_EXPORT vtkAMRBox
int
ilo
,
int
jlo
,
int
klo
,
int
ihi
,
int
jhi
,
int
khi
);
// Description:
// Construct a specific 2D box in the XY plane.
vtkAMRBox
(
int
ilo
,
int
jlo
,
int
ihi
,
int
jhi
);
// Description
// Construct an AMR box from the description a vtkUniformGrid
// Note that the dimensions specify the node dimensions, rather than the cell dimensions
...
...
Common/DataModel/vtkPixelTransfer.h
View file @
d0fb64a3
...
...
@@ -227,7 +227,5 @@ int vtkPixelTransfer::Blit(
return
0
;
}
ostream
&
operator
<<
(
ostream
&
os
,
const
vtkPixelTransfer
&
gt
);
#endif
// VTK-HeaderTest-Exclude: vtkPixelTransfer.h
IO/Export/vtkX3DExporterFIWriter.h
View file @
d0fb64a3
...
...
@@ -69,8 +69,6 @@ public:
void
SetField
(
int
attributeID
,
int
type
,
vtkCellArray
*
a
);
void
SetField
(
int
attributeID
,
const
int
*
values
,
size_t
size
,
bool
image
=
false
);
int
GetEncodingMethod
();
// Description:
// Use fastest instead of best compression
vtkSetClampMacro
(
Fastest
,
int
,
0
,
1
);
...
...
Rendering/OpenGL2/vtkTextureObject.h
View file @
d0fb64a3
...
...
@@ -347,7 +347,6 @@ public:
// previous set values are used.
void
ResetFormatAndType
();
unsigned
int
GetDepthTextureModeFormat
(
int
vtktype
);
unsigned
int
GetMinificationFilterMode
(
int
vtktype
);
unsigned
int
GetMagnificationFilterMode
(
int
vtktype
);
unsigned
int
GetWrapSMode
(
int
vtktype
);
...
...
David Gobbi
@dgobbi
mentioned in commit
b6c21bd7
·
Sep 22, 2015
mentioned in commit
b6c21bd7
mentioned in commit b6c21bd716ad0a8dc4d7d84ec6e8b232087f9309
Toggle commit list
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