VTK
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 (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 (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 (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 (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 (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 35 of file vtkTextureIO.h.

Member Function Documentation

static void vtkTextureIO::Write ( 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)

static void vtkTextureIO::Write ( 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 50 of file vtkTextureIO.h.

static void vtkTextureIO::Write ( 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 62 of file vtkTextureIO.h.

static void vtkTextureIO::Write ( 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).

static void vtkTextureIO::Write ( 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 84 of file vtkTextureIO.h.


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