34#ifndef vtkDiagonalMatrixSource_h
35#define vtkDiagonalMatrixSource_h
38#include "vtkFiltersSourcesModule.h"
56 vtkGetMacro(ArrayType,
int);
57 vtkSetMacro(ArrayType,
int);
71 vtkGetMacro(Diagonal,
double);
72 vtkSetMacro(Diagonal,
double);
79 vtkGetMacro(SuperDiagonal,
double);
80 vtkSetMacro(SuperDiagonal,
double);
87 vtkGetMacro(SubDiagonal,
double);
88 vtkSetMacro(SubDiagonal,
double);
96 vtkGetStringMacro(RowLabel);
97 vtkSetStringMacro(RowLabel);
105 vtkGetStringMacro(ColumnLabel);
106 vtkSetStringMacro(ColumnLabel);
125 double SuperDiagonal;
Superclass for algorithms that produce vtkArrayDatas as output.
Abstract interface for N-dimensional arrays.
generates a sparse or dense square matrix with user-specified values for the diagonal,...
static vtkDiagonalMatrixSource * New()
vtkDiagonalMatrixSource()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkDiagonalMatrixSource() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation