Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VTK
VTK
Commits
787b184c
Commit
787b184c
authored
11 months ago
by
Ryan Krattiger
Browse files
Options
Downloads
Patches
Plain Diff
Derive vtkGLTFTexture from vtkObject
parent
2cd3e633
No related branches found
No related tags found
Loading
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
IO/Geometry/vtkGLTFTexture.h
+4
-4
4 additions, 4 deletions
IO/Geometry/vtkGLTFTexture.h
with
4 additions
and
4 deletions
IO/Geometry/vtkGLTFTexture.h
+
4
−
4
View file @
787b184c
...
...
@@ -6,18 +6,18 @@
#include
"GLTFSampler.h"
// For Sampler
#include
"vtkIOGeometryModule.h"
// For export macro
#include
"vtkObject
Base
.h"
#include
"vtkSetGet.h"
// For vtk
Base
TypeMacro
#include
"vtkObject.h"
#include
"vtkSetGet.h"
// For vtkTypeMacro
#include
"vtkSmartPointer.h"
// For vtkSmartPointer
VTK_ABI_NAMESPACE_BEGIN
class
vtkImageData
;
class
vtkTexture
;
class
VTKIOGEOMETRY_EXPORT
vtkGLTFTexture
:
public
vtkObject
Base
class
VTKIOGEOMETRY_EXPORT
vtkGLTFTexture
:
public
vtkObject
{
public:
vtk
Base
TypeMacro
(
vtkGLTFTexture
,
vtkObject
Base
);
vtkTypeMacro
(
vtkGLTFTexture
,
vtkObject
);
static
vtkGLTFTexture
*
New
();
void
PrintSelf
(
ostream
&
os
,
vtkIndent
indent
)
override
;
vtkSmartPointer
<
vtkImageData
>
Image
;
...
...
This diff is collapsed.
Click to expand it.
Ryan Krattiger
@ryan.krattiger1
mentioned in commit
8df3709a
·
6 months ago
mentioned in commit
8df3709a
mentioned in commit 8df3709aac868637a2e7febb6a4fb90b44ec92e4
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment