|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcommon:Generic
dmj5:DMJ_ConvolutionFilter
reb:REB_NullFilter
class
class REB_NullFilter(dmj5.ulb:DMJ_ConvolutionFilter) {
public:
import "common.ulb"
import "dmj5.ulb"
; contructor
func REB_NullFilter(Generic pparent)
DMJ_ConvolutionFilter.DMJ_ConvolutionFilter(pparent)
int elements = 1
setLength(m_Offsets, elements)
setLength(m_Weights, elements)
m_offsets[0] = 0
m_weights[0] = 1
m_multiplier = 1
endfunc
default:
title = "Null Filter"
int param v_nullfilter
caption = "Version (Null Filter)"
default = 100
hint = "This version parameter is used to detect when a change has been made to the formula that is incompatible with the previous version. When that happens, this field will reflect the old version number to alert you to the fact that an alternate rendering is being used."
visible = @v_nullfilter < 100
endparam
}
| Constructor Summary | |
|---|---|
REB_NullFilter()
|
|
REB_NullFilter(Generic pparent)
contructor |
|
| Method Summary |
|---|
| Methods inherited from class dmj5:DMJ_ConvolutionFilter |
|---|
Init |
| Methods inherited from class common:Generic |
|---|
GetParent |
| Methods inherited from class Object |
|---|
|
| Constructor Detail |
|---|
public REB_NullFilter(Generic pparent)
public REB_NullFilter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||