Home
last modified time | relevance | path

Searched refs:SetThick (Results 1 – 8 of 8) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/writers/
H A Dbed_feature_record.hpp61 bool SetThick(const CSeq_loc&);
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/procmap/
H A Dstucco.cpp202 void SetThick(float f, TimeValue t);
989 SetThick(0.15f, TimeValue(0)); in Init()
1066 SetThick(state->thickness,0); in ReadSXPData()
1321 void Stucco::SetThick(float f, TimeValue t) { in SetThick() function in Stucco
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dapplication.h88 void SetThick(int);
H A Drender2d.h188 void SetThick(int t) { thick = t; } in SetThick() function
H A Dapplication.cpp257 connect(ltList, SIGNAL(activated(int)), SLOT(SetThick(int))); in ApplicationWindow()
1098 void ApplicationWindow::SetThick(int t) { m_renderer->SetThick(t + 1); } in SetThick() function in ApplicationWindow
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dplate.cpp113 void SetThick(float v, TimeValue t);
292 SetThick(0.5f, TimeValue(0)); in Init()
365 void Plate::SetThick(float v, TimeValue t){ in SetThick() function in Plate
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dbed_feature_record.cpp378 bool CBedFeatureRecord::SetThick( in SetThick() function in CBedFeatureRecord
H A Dbed_writer.cpp179 if (!bedRecord.SetThick(mpThick->GetLocation())) { in GetBedFeature()