8 #ifndef vtkSurfaceLICRepresentation_h 9 #define vtkSurfaceLICRepresentation_h 37 void SetUseLICForLOD(
bool val);
41 void SetEnable(
bool val);
43 void SetNumberOfSteps(
int val);
44 void SetStepSize(
double val);
45 void SetNormalizeVectors(
int val);
47 void SetEnhancedLIC(
int val);
49 void SetEnhanceContrast(
int val);
50 void SetLowLICContrastEnhancementFactor(
double val);
51 void SetHighLICContrastEnhancementFactor(
double val);
52 void SetLowColorContrastEnhancementFactor(
double val);
53 void SetHighColorContrastEnhancementFactor(
double val);
54 void SetAntiAlias(
int val);
56 void SetColorMode(
int val);
57 void SetMapModeBias(
double val);
58 void SetLICIntensity(
double val);
60 void SetMaskOnSurface(
int val);
61 void SetMaskThreshold(
double val);
62 void SetMaskColor(
double* val);
65 double rgb[3] = { r, g, b };
66 this->SetMaskColor(rgb);
68 void SetMaskIntensity(
double val);
70 void SetGenerateNoiseTexture(
int val);
71 void SetNoiseType(
int val);
72 void SetNoiseTextureSize(
int val);
73 void SetNoiseGrainSize(
int val);
74 void SetMinNoiseValue(
double val);
75 void SetMaxNoiseValue(
double val);
76 void SetNumberOfNoiseLevels(
int val);
77 void SetImpulseNoiseProbability(
double val);
78 void SetImpulseNoiseBackgroundValue(
double val);
79 void SetNoiseGeneratorSeed(
int val);
81 void SetCompositeStrategy(
int val);
83 void WriteTimerLog(
const char* fileName);
85 void SelectInputVectors(
int,
int,
int,
int attributeMode,
const char*
name);
static vtkGeometryRepresentationWithFaces * New()
vtkGeometryRepresentationWithFaces extends vtkGeometryRepresentation to add support for rendering bac...
#define VTKREMOTINGVIEWS_EXPORT
void UpdateColoringParameters() override
Passes on parameters to vtkProperty and vtkMapper.
vtkCompositeSurfaceLICMapper * SurfaceLICMapper
void SetMaskColor(double r, double g, double b)
vtkCompositeSurfaceLICMapper * SurfaceLICLODMapper
void PrintSelf(ostream &os, vtkIndent indent) override
int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo) override
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.