#include <blendatt.h>
Definition at line 231 of file blendatt.h.
|
Definition at line 234 of file blendatt.h. 00235 { 00236 m_pNodeBlend = NULL; 00237 m_pStartPath = NULL; 00238 m_pEndPath = NULL; 00239 m_BlendRatio = 0; 00240 m_AttrBlendRatio = 0; 00241 m_pRegion = NULL; 00242 m_pBlenderPath = NULL; 00243 m_AngleStart = 0; 00244 m_AngleEnd = 0; 00245 m_ObjectRatio = 0; 00246 m_InvObjectRatio = 0; 00247 m_ColourBlendType = COLOURBLEND_FADE; 00248 m_pNodeStart = NULL; 00249 m_pNodeEnd = NULL; 00250 m_bIsOneToOne = FALSE; 00251 m_pHandleBecomeA = NULL; 00252 m_pPathProcessor = NULL; 00253 }
|
|
Definition at line 327 of file blendatt.h. 00327 { return m_AngleEnd; }
|
|
Definition at line 326 of file blendatt.h. 00326 { return m_AngleStart; }
|
|
Definition at line 323 of file blendatt.h. 00323 { return m_AttrBlendRatio; }
|
|
Definition at line 322 of file blendatt.h. 00322 { return m_BlendRatio; }
|
|
Definition at line 330 of file blendatt.h. 00330 { return m_ColourBlendType; }
|
|
Definition at line 321 of file blendatt.h. 00321 { return m_pEndPath; }
|
|
Definition at line 338 of file blendatt.h. 00338 { return (m_pHandleBecomeA); }
|
|
Definition at line 329 of file blendatt.h. 00329 { return m_InvObjectRatio; }
|
|
Definition at line 345 of file blendatt.h. 00345 { return (m_pNodeBlend); }
|
|
Definition at line 325 of file blendatt.h. 00325 { return m_pBlenderPath; }
|
|
Definition at line 336 of file blendatt.h. 00336 { return m_pNodeEnd; }
|
|
Definition at line 335 of file blendatt.h. 00335 { return m_pNodeStart; }
|
|
Definition at line 328 of file blendatt.h. 00328 { return m_ObjectRatio; }
|
|
Definition at line 331 of file blendatt.h. 00331 { return m_bIsOneToOne; }
|
|
Definition at line 342 of file blendatt.h. 00342 { return (m_pPathProcessor); }
|
|
Definition at line 324 of file blendatt.h. 00324 { return m_pRegion; }
|
|
Definition at line 320 of file blendatt.h. 00320 { return m_pStartPath; }
|
|
Definition at line 287 of file blendatt.h. 00289 { 00290 m_pNodeBlend = pParam->GetNodeBlend (); 00291 m_pStartPath = pStartPath; 00292 m_pEndPath = pEndPath; 00293 00294 m_pRegion = pParam->GetRenderRegion(); 00295 m_pBlenderPath = pParam->GetNodeBlendPath(); 00296 m_AngleStart = pParam->GetAngleEnd(); 00297 m_AngleEnd = pParam->GetAngleStart(); 00298 m_ObjectRatio = pParam->GetObjectRatio(); 00299 m_InvObjectRatio = pParam->GetInvertedAttributeRatio(); 00300 m_ColourBlendType = pParam->GetColourBlendType(); 00301 m_pNodeStart = pParam->GetNodeStart(); 00302 m_pNodeEnd = pParam->GetNodeEnd(); 00303 m_bIsOneToOne = pParam->GetOneToOne(); 00304 m_pHandleBecomeA = pParam->GetHandleBecomeA (); 00305 m_pPathProcessor = pParam->GetPathProcessor (); 00306 00307 if (!bInverse) 00308 { 00309 m_AttrBlendRatio = pParam->GetAttrBlendRatio(); 00310 m_BlendRatio = pParam->GetBlendRatio(); 00311 } 00312 else 00313 { 00314 m_AttrBlendRatio = 1.0 - pParam->GetAttrBlendRatio(); 00315 m_BlendRatio = 1.0 - pParam->GetBlendRatio(); 00316 } 00317 00318 }
|
|
Definition at line 255 of file blendatt.h. 00265 { 00266 m_pNodeBlend = pBlender; 00267 m_pStartPath = pStartPath; 00268 m_pEndPath = pEndPath; 00269 m_BlendRatio = BlendRatio; 00270 m_pRegion = pRegion; 00271 m_pBlenderPath = pBlenderPath; 00272 m_AngleStart = AngleStart; 00273 m_AngleEnd = AngleEnd; 00274 m_ObjectRatio = ObjectRatio; 00275 m_InvObjectRatio = InvObjectRatio; 00276 m_ColourBlendType = ColBType; 00277 m_pNodeStart = pNodeStart; 00278 m_pNodeEnd = pNodeEnd; 00279 m_bIsOneToOne = IsOneToOne; 00280 m_AttrBlendRatio = AttrBlendRatio; 00281 m_pHandleBecomeA = pHandleBecomeA; 00282 m_pPathProcessor = pPathProcessor; 00283 }
|
|
Definition at line 333 of file blendatt.h. 00333 { m_BlendRatio = Ratio; }
|
|
Definition at line 343 of file blendatt.h. 00343 { m_pPathProcessor = proc; }
|
|
Definition at line 358 of file blendatt.h. |
|
Definition at line 357 of file blendatt.h. |
|
Definition at line 356 of file blendatt.h. |
|
Definition at line 364 of file blendatt.h. |
|
Definition at line 355 of file blendatt.h. |
|
Definition at line 361 of file blendatt.h. |
|
Definition at line 360 of file blendatt.h. |
|
Definition at line 359 of file blendatt.h. |
|
Definition at line 353 of file blendatt.h. |
|
Definition at line 352 of file blendatt.h. |
|
Definition at line 368 of file blendatt.h. |
|
Definition at line 348 of file blendatt.h. |
|
Definition at line 363 of file blendatt.h. |
|
Definition at line 362 of file blendatt.h. |
|
Definition at line 371 of file blendatt.h. |
|
Definition at line 354 of file blendatt.h. |
|
Definition at line 351 of file blendatt.h. |