source: ThirdParty/mpqc_open/src/lib/chemistry/cca/MPQC_ComponentClassDescription_Impl.cc@ 860145

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_ChronosMutex Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion GeometryObjects Gui_displays_atomic_force_velocity IndependentFragmentGrids_IntegrationTest JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo StoppableMakroAction Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg ThirdParty_MPQC_rebuilt_buildsystem TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since 860145 was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • Property mode set to 100644
File size: 2.6 KB
Line 
1//
2// File: MPQC_ComponentClassDescription_Impl.cc
3// Symbol: MPQC.ComponentClassDescription-v0.2
4// Symbol Type: class
5// Babel Version: 0.10.2
6// Description: Server-side implementation for MPQC.ComponentClassDescription
7//
8// WARNING: Automatically generated; only changes within splicers preserved
9//
10// babel-version = 0.10.2
11//
12#include "MPQC_ComponentClassDescription_Impl.hh"
13
14// DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._includes)
15// Put additional includes or other arbitrary code here...
16// DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._includes)
17
18// user-defined constructor.
19void MPQC::ComponentClassDescription_impl::_ctor() {
20 // DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._ctor)
21 // add construction details here
22 // DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._ctor)
23}
24
25// user-defined destructor.
26void MPQC::ComponentClassDescription_impl::_dtor() {
27 // DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._dtor)
28 // add destruction details here
29 // DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._dtor)
30}
31
32// static class initializer.
33void MPQC::ComponentClassDescription_impl::_load() {
34 // DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._load)
35 // guaranteed to be called at most once before any other method in this class
36 // DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._load)
37}
38
39// user-defined static methods: (none)
40
41// user-defined non-static methods:
42/**
43 * Method: initialize[]
44 */
45void
46MPQC::ComponentClassDescription_impl::initialize (
47 /* in */ const ::std::string& className,
48 /* in */ const ::std::string& classAlias )
49throw ()
50{
51 // DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription.initialize)
52 cName = className;
53 cAlias = classAlias;
54 // DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription.initialize)
55}
56
57/**
58 * Returns the class name provided in
59 * <code>BuilderService.createInstance()</code>
60 * or in
61 * <code>AbstractFramework.getServices()</code>.
62 * <p>
63 * Throws <code>CCAException</code> if <code>ComponentClassDescription</code> is invalid.
64 */
65::std::string
66MPQC::ComponentClassDescription_impl::getComponentClassName ()
67throw (
68 ::gov::cca::CCAException
69)
70{
71 // DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription.getComponentClassName)
72 return cName;
73 // DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription.getComponentClassName)
74}
75
76
77// DO-NOT-DELETE splicer.begin(MPQC.ComponentClassDescription._misc)
78// Put miscellaneous code here
79// DO-NOT-DELETE splicer.end(MPQC.ComponentClassDescription._misc)
80
Note: See TracBrowser for help on using the repository browser.