45 _vis_inverse = vis_inverse;
70 _flat_texcoord_name = flat_texcoord_name;
82 _flat_texcoord_name =
nullptr;
90 return _flat_texcoord_name;
121 _keep_beyond_lens = keep_beyond_lens;
129 return _keep_beyond_lens;
144 _vis_blend = vis_blend;
152 _vis_blend =
nullptr;
200 INLINE PfmVizzer::VisColumn::
202 _undist_lut =
nullptr;
void clear_vis_blend()
Removes the blending map set by a prior call to set_vis_blend().
void clear_vis_columns()
Removes all of the previously-added vis columns in preparation for building a new list.
void set_vis_inverse(bool vis_inverse)
Sets the vis_inverse flag.
The name of this class derives from the fact that we originally implemented it as a layer on top of t...
void set_flat_texcoord_name(InternalName *flat_texcoord_name)
If the flat_texcoord_name is specified, it is the name of an additional vertex column that will be cr...
void set_vis_blend(const PNMImage *vis_blend)
Specifies a blending map–a grayscale image–that will be applied to the vertex color during generate_v...
void clear_aux_pfm()
Removes the auxiliary PfmFile from this PfmVizzer.
void set_vis_2d(bool vis_2d)
Sets the vis_2d flag.
Defines a pfm file, a 2-d table of floating-point numbers, either 3-component or 1-component,...
InternalName * get_flat_texcoord_name() const
Returns the flat_texcoord_name.
const PNMImage * get_vis_blend() const
Returns the blending map set by the most recent call to set_vis_blend(), or NULL if there is no blend...
void set_keep_beyond_lens(bool keep_beyond_lens)
Sets the keep_beyond_lens flag.
Encodes a string name in a hash table, mapping it to a pointer.
PfmFile & get_pfm()
Returns the reference to the PfmFile manipulated by this PfmVizzer.
void set_aux_pfm(const PfmFile *pfm)
Assigns an auxiliary PfmFile to this PfmVizzer.
void clear_flat_texcoord_name()
Resets the flat_texcoord_name to empty, so that additional texture coordinates are not created.
const PfmFile * get_aux_pfm() const
Returns the reference to the auxiliary PfmFile queried by this PfmVizzer.
bool get_vis_inverse() const
Returns the vis_inverse flag.
bool get_keep_beyond_lens() const
Returns the keep_beyond_lens flag.
bool get_vis_2d() const
Returns the vis_2d flag.