vclightsource.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #if !defined(AFX_VCLIGHTSOURCE_H__CD5FDF9C_21E2_4094_A6B3_381DA1CA30F1__INCLUDED_)
  2. #define AFX_VCLIGHTSOURCE_H__CD5FDF9C_21E2_4094_A6B3_381DA1CA30F1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file. If this class is regenerated by
  8. // Microsoft Visual C++, your modifications will be overwritten.
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CVcLightSource wrapper class
  11. class CVcLightSource : public COleDispatchDriver
  12. {
  13. public:
  14. CVcLightSource() {} // Calls COleDispatchDriver default constructor
  15. CVcLightSource(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CVcLightSource(const CVcLightSource& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. float GetIntensity();
  22. void SetIntensity(float newValue);
  23. float GetX();
  24. void SetX(float newValue);
  25. float GetY();
  26. void SetY(float newValue);
  27. float GetZ();
  28. void SetZ(float newValue);
  29. void Set(float X, float Y, float Z, float Intensity);
  30. };
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33. #endif // !defined(AFX_VCLIGHTSOURCE_H__CD5FDF9C_21E2_4094_A6B3_381DA1CA30F1__INCLUDED_)