Lines Matching refs:AtomLabel

2206 						Str255 AtomLabel;  in WriteToFile()  local
2207 Prefs->GetAtomLabel(cFrame->Atoms[iatom].GetType()-1, AtomLabel); in WriteToFile()
2208 AtomLabel[AtomLabel[0]+1] = 0; in WriteToFile()
2210 (char *) &(AtomLabel[1]), (float) (cFrame->Atoms[iatom].GetType()), in WriteToFile()
2236 Str255 AtomLabel; in WriteToFile() local
2237 Prefs->GetAtomLabel(atomTypes[i]-1, AtomLabel); in WriteToFile()
2238 AtomLabel[AtomLabel[0]+1] = 0; in WriteToFile()
2240 sprintf(Out, "%s %d", (char *) &(AtomLabel[1]), atomTypes[i]); in WriteToFile()
2317 Str255 AtomLabel; in WriteToFile() local
2318 Prefs->GetAtomLabel(cFrame->Atoms[iatom].GetType()-1, AtomLabel); in WriteToFile()
2319 AtomLabel[AtomLabel[0]+1] = 0; in WriteToFile()
2321 (char *) &(AtomLabel[1]), (float) (cFrame->Atoms[iatom].GetType()), in WriteToFile()
4210 Str255 AtomLabel; in WriteCoordinatesToFile() local
4214 Prefs->GetAtomLabel(cFrame->Atoms[iatom].GetType()-1, AtomLabel); in WriteCoordinatesToFile()
4215 AtomLabel[AtomLabel[0]+1] = 0; in WriteCoordinatesToFile()
4216 if (iatom==0) sprintf(Out, "%s", (char *) &(AtomLabel[1])); in WriteCoordinatesToFile()
4218 sprintf(Out, "%s %ld %10.5f", (char *) &(AtomLabel[1]), in WriteCoordinatesToFile()
4222 (char *) &(AtomLabel[1]), ConnectionAtoms[3*iatom]+1, Values[3*iatom]*unitConversion, in WriteCoordinatesToFile()
4226 (char *) &(AtomLabel[1]), ConnectionAtoms[3*iatom]+1, Values[3*iatom]*unitConversion, in WriteCoordinatesToFile()
4240 Str255 AtomLabel; in WriteMPCZMatCoordinatesToFile() local
4244 Prefs->GetAtomLabel(cFrame->Atoms[iatom].GetType()-1, AtomLabel); in WriteMPCZMatCoordinatesToFile()
4245 AtomLabel[AtomLabel[0]+1] = 0; in WriteMPCZMatCoordinatesToFile()
4246 if (iatom==0) sprintf(Out, "%s", (char *) &(AtomLabel[1])); in WriteMPCZMatCoordinatesToFile()
4248 sprintf(Out, "%s %10.5f", (char *) &(AtomLabel[1]), in WriteMPCZMatCoordinatesToFile()
4252 (char *) &(AtomLabel[1]), Values[3*iatom]*unitConversion, in WriteMPCZMatCoordinatesToFile()
4256 (char *) &(AtomLabel[1]), Values[3*iatom]*unitConversion, Values[3*iatom+1], in WriteMPCZMatCoordinatesToFile()