VTK  9.3.20240329
Static Public Member Functions | List of all members
vtkTextureIO Class Reference

A small collection of I/O routines that write vtkTextureObject to disk for debugging. More...

#include <vtkTextureIO.h>

Static Public Member Functions

static void Write (VTK_FILEPATH const char *filename, vtkTextureObject *texture, const unsigned int *subset=nullptr, const double *origin=nullptr)
 Write to disk as image data with subset(optional) at dataset origin(optional) More...
 
static void Write (VTK_FILEPATH std::string filename, vtkTextureObject *texture, const unsigned int *subset=nullptr, const double *origin=nullptr)
 Write to disk as image data with subset(optional) at dataset origin(optional) More...
 
static void Write (VTK_FILEPATH std::string filename, vtkTextureObject *texture, const vtkPixelExtent &subset, const double *origin=nullptr)
 Write to disk as image data with subset(optional) at dataset origin(optional) More...
 
static void Write (VTK_FILEPATH const char *filename, vtkTextureObject *texture, const std::deque< vtkPixelExtent > &exts, const double *origin=nullptr)
 Write list of subsets to disk as multiblock image data at dataset origin(optional). More...
 
static void Write (VTK_FILEPATH std::string filename, vtkTextureObject *texture, const std::deque< vtkPixelExtent > &exts, const double *origin=nullptr)
 Write list of subsets to disk as multiblock image data at dataset origin(optional). More...
 

Detailed Description

A small collection of I/O routines that write vtkTextureObject to disk for debugging.

Definition at line 23 of file vtkTextureIO.h.

Member Function Documentation

◆ Write() [1/5]

static void vtkTextureIO::Write ( VTK_FILEPATH const char *  filename,
vtkTextureObject texture,
const unsigned int *  subset = nullptr,
const double *  origin = nullptr 
)
static

Write to disk as image data with subset(optional) at dataset origin(optional)

◆ Write() [2/5]

static void vtkTextureIO::Write ( VTK_FILEPATH std::string  filename,
vtkTextureObject texture,
const unsigned int *  subset = nullptr,
const double *  origin = nullptr 
)
inlinestatic

Write to disk as image data with subset(optional) at dataset origin(optional)

Definition at line 35 of file vtkTextureIO.h.

◆ Write() [3/5]

static void vtkTextureIO::Write ( VTK_FILEPATH std::string  filename,
vtkTextureObject texture,
const vtkPixelExtent subset,
const double *  origin = nullptr 
)
inlinestatic

Write to disk as image data with subset(optional) at dataset origin(optional)

Definition at line 44 of file vtkTextureIO.h.

◆ Write() [4/5]

static void vtkTextureIO::Write ( VTK_FILEPATH const char *  filename,
vtkTextureObject texture,
const std::deque< vtkPixelExtent > &  exts,
const double *  origin = nullptr 
)
static

Write list of subsets to disk as multiblock image data at dataset origin(optional).

◆ Write() [5/5]

static void vtkTextureIO::Write ( VTK_FILEPATH std::string  filename,
vtkTextureObject texture,
const std::deque< vtkPixelExtent > &  exts,
const double *  origin = nullptr 
)
inlinestatic

Write list of subsets to disk as multiblock image data at dataset origin(optional).

Definition at line 60 of file vtkTextureIO.h.


The documentation for this class was generated from the following file: