WSF
WsfScriptVisualPartClass.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFSCRIPTVISUALPARTCLASS_HPP
13#define WSFSCRIPTVISUALPARTCLASS_HPP
14
15#include "wsf_export.h"
16
18
21{
22public:
23 WsfScriptVisualPartClass(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
24
25 UT_DECLARE_SCRIPT_METHOD(IsA_TypeOf); // static IsA_TypeOf("derived-type", "base-type")
26
29};
30
31#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfScriptArticulatedPartClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptArticulatedPartClass.cpp:48
WsfScriptVisualPartClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptVisualPartClass.cpp:20
UT_DECLARE_SCRIPT_METHOD(IsA_TypeOf)
Copyrights Multiple, All Rights Reserved